# Python
__pycache__
/venv
*.pyc
*.egg-info
/.eggs
/build/
/dist/

# Django
dev_custom.py
/test-results/
/static/
*.mo

# Test and Coverage
/.coverage
/htmlcov
/.env

# VSCode Workspace
*.code-workspace
/.vscode

# PyCharm
/.idea

# Other
/local
/doc/_build/
/examples/**/venv/
/examples/**/db.sqlite3
/doc/api/
