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

# Virtual environments
.venv/
.pixi/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Pixi lockfile (regenerate with `pixi install`)
pixi.lock

# SLURM logs
slurm_logs/
.slurm_test_logs/

# Claude Code
CLAUDE.local.md

# Prefect server
.prefect-postgres/
prefect-logs/
.nfs*
