# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.vim/
*~
.spyderproject
.spyproject
.ropeproject
.ipynb_checkpoints
profile_default/
ipython_config.py

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

# Logs and databases
*.log
*.sql
*.sqlite
logs/
log/

# Environment variables
.env
.env.local
.env.development
.env.test
.env.production

# Project specific
data/
outputs/
results/
figures/
temp/
cache/
.cache/
*.model
*.pt
*.pth
*.ckpt
.coverage
htmlcov/
