# Ruff ignore patterns
# Documentation: https://docs.astral.sh/ruff/settings/#exclude

# Virtual environments
.venv/
venv/
env/

# Build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Test coverage
.coverage
.coverage.*
htmlcov/
.tox/
.pytest_cache/

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

# Reference project (not part of this codebase)
.REFERENCE/

# Planning notes (documentation only)
.planning/

# Web assets (external libraries)
web/lib/

# Git
.git/
.gitignore
