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

# R reference generation side-effects (catdap plots; suppressed via plot=0)
Rplots*.pdf

# Virtual environments
.venv/
venv/

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

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

# Benchmarks (pytest-benchmark artifacts; see `make bench`)
.benchmarks/
output.json

# 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
