# Python
/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
