# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Packaging
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Test project runtime files
testproject/db.sqlite3
testproject/media/
testproject/static/

# Editors
.idea/
.vscode/
