c9383788de
Co-authored-by: Copilot <copilot@github.com>
27 lines
253 B
Plaintext
27 lines
253 B
Plaintext
.git
|
|
.gitignore
|
|
.venv
|
|
.vscode
|
|
.env*
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.ruff_cache
|
|
*.sqlite
|
|
*.db
|
|
cache/
|
|
tests/
|
|
.DS_Store
|
|
IMPLEMENTATION.md
|
|
AGENTS.md
|
|
PROJECT.md
|
|
USAGE.md
|
|
DOCKER.md
|
|
Makefile
|
|
docker-compose.override.yml
|