Files
python-api/.dockerignore
2026-03-01 07:44:19 +09:00

18 lines
138 B
Plaintext

__pycache__
*.py[cod]
.venv
venv
.env
.git
.idea
.vscode
.mypy_cache
.ruff_cache
.pytest_cache
htmlcov
.coverage
*.log
data/
tests/
docs/