.venv/
venv/
/warehouse
.python-version

__pycache__/
*.py[cod]
*.pyo
*.pyd

.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

build/
dist/
*.egg-info/

.vscode/
.idea/
*.code-workspace
.DS_Store
Thumbs.db

.env
.env.*
!.env.example  


/transactions/
/migrations/
/models/
/fixtures/
/static/
.tmp