# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/

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

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Docs build output
site/
.cache/

# OS
.DS_Store
Thumbs.db

# Generated version
src/pycatdap/_version.py

# AI
.ai_settings/
.agent/
.agents/
.claude/
.codex/
.gemini/
AGENTS.md
CLAUDE.md
GEMINI.md
