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

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# IDE
.idea/
*.swp
*.swo

# OS
.DS_Store

# Hugo generated content (created by CI)
site/content/
site/public/
public/
Thumbs.db

# uv — uv.lock IS committed intentionally
# (do not add uv.lock here)

# VS Code workspace settings (mcp.json is committed for dev convenience)
.vscode/settings.json
.vscode/launch.json
