# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Media & Outputs
media/
_media/
*.mp4
*.gif
*.png
*.svg
output/
dist_web/

# Documentation build
site/
.venv_docs/

# Allow docs assets & brand identity
!docs/assets/**
!docs/brand/**
!brand/**



# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

