.git
.gitignore
.dockerignore
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
.venv/
venv/
env/
*.egg-info/
.eggs/
build/
dist/
logs/
instance/
*.db
.DS_Store
.idea/
.vscode/
