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

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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Testing
.coverage
.pytest_cache/
.tox/
htmlcov/
.cache

# Logs
*.log
logs/

# Data and cache (but keep structure)
data/*
cache/*
!data/.gitkeep
!cache/.gitkeep

# Documentation (keep README for build)
*.md
!README.md

# Git
.git/
.gitignore

# Development scripts
demo_*.py
test_*.py
debug_*.py

# Coverage and profiling
.prof
*.prof

# Backup files
*.bak
*.backup
*.old

# Temporary files
*.tmp
*.temp
.tmp/
