# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.cache/

# Environments
.env
.env.local
.env.*.local

# Distribution
*.whl
*.tar.gz

# Logs
*.log

# Node (dashboard)
node_modules/
.next/

# Local CLI state
.aegis/

# Generated outputs
results/
site/
tmp-download/
checkpoints/
tracking/

# Docker
docker-compose.override.yml

# Database data (local dev)
.pgdata/
.neo4j/
.redis/
