# Python
__pycache__/
*.py[cod]
*.pyo

# Code formatter
.ruff_cache/

# Environment
*.env
.env
*.venv
.venv

# Django
db.sqlite3
media/
staticfiles/

# Migrations
**/migrations/*.pyc

# Logs
*.log
logs/

# IDE / Editor
.vscode/
.idea/
*.swp

# test coverage report
.coverage
htmlcov/
