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

# uv / venv
.venv/
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Editors
.DS_Store
.idea/
.vscode/
*.swp

# Generated palaces (don't commit test output)
/output/

# Hugo build output
docs/public/
docs/resources/

# Temporary lock file while building
/.hugo_build.lock

# ignore claude artifacts
.fuse_hidden*
