# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/

# Build
dist/
build/

# Virtual environments
venv/
.venv/
env/

# Environment / secrets
.env
!.env.example

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Hatch
.hatch/

# Research paper (keep locally, not in repo)
*.pdf
