# 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/

# Environment variables and secrets
.env
.env.local
*.key
*_api_key.txt
.venv

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

# Jupyter
.ipynb_checkpoints

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs
*.log
logs/
wandb/

# Model checkpoints
checkpoints/
*.ckpt
*.pth

# Data
data/
*.csv
*.jsonl

# OS
.DS_Store
Thumbs.db
