patx/projectpay

# Environment and secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/
pip-wheel-metadata/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local databases and runtime files
*.db
*.sqlite
*.sqlite3
*.log

# OS and editor files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo