# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover

# MkDocs build output
site/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# OS
.DS_Store
Thumbs.db

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

# Outputs (keep .gitkeep, ignore generated files)
outputs/**
!outputs/.gitkeep
!outputs/methods/
outputs/methods/**
!outputs/methods/*.png

# Notebook cache
notebooks/.cache/

# Personal assets
profile.jpeg
profile.jpg
profile.png
