# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python

# Virtual Environments
.venv/
env/
ENV/

# Testing & Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
*.cover

# IDEs
.vscode/settings.json
.vscode/settings.local.json
.idea/
*.swp
*.swo
*~

# Project specific
/nul
test_data/
site/

# Distribution / Packaging
build/
dist/
*.egg-info/
.eggs/