# Agent skills & AI tools
.agent/
.agents/
.claude/
skills-lock.json
CLAUDE.md
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
/tests
/.vscode
# Testing
.pytest_cache/
.coverage
htmlcov/

# QGIS
*.qgd
*.qgsz~

# OS
.DS_Store
Thumbs.db

#files generated by the build process
docs/
pytest.ini


