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

# Virtual environments
.venv/
venv/
env/

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

# Testing / Coverage
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Project artifacts
workspace/
*.hdf5
*.h5
