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

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

# Jupyter
.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db

# Environment & secrets
.env
.env.local
*.pem

# LLM / API keys (never commit)
*.key
secrets/

# Logs & caches
logs/
*.log
.cache/

# Hugging Face
.huggingface/

# Temporary
*.tmp
*.temp
