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

# Virtual environments
.venv/
venv/
env/

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

# Environment & secrets
.env
.env.*
credentials.json

# Output directories
output/
*.log

# OS
.DS_Store
Thumbs.db

# MkDocs build output
site/

# Ruff / pytest
.ruff_cache/
.pytest_cache/

# Poetry (replaced by hatchling)
poetry.lock
