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

# Virtual environments
venv/
ENV/
env/
.venv

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

# Project specific
data/reports/*.html
data/reports/*.json
data/*.json
data/*.csv
logs/
*.log

# Config with sensitive info
config/local.yaml
config/private.yaml
.env

# Temporary files
tmp/
temp/
*.tmp
