# OS
.DS_Store
Thumbs.db
desktop.ini

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

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
*.egg-info/

# Build
build/
dist/
*.spec
_build_test/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Node / incidentals
node_modules/
.npm/

# Local experiments
/_scratch/
/_local/
/_ignore/

# FCoP local state (rule deployment migrations etc.)
/.fcop/
