|
# Environments
|
|
.env
|
|
.venv
|
|
venv/
|
|
env/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test reports
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.coverage
|
|
|
|
# Alembic temp
|
|
alembic/versions/*.py |