# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.python-version
.venv/
venv/
env/

# Packaging
build/
dist/
*.egg-info/
.eggs/

# Tooling
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml

# IDE/OS
.DS_Store
.idea/
.vscode/

# Node (optional local caching/tooling)
node_modules/

# Logs
*.log

# Benchmark artifacts
benchmarks/results/*.json
benchmarks/results/**/*.json
!benchmarks/results/.gitkeep

# Local Codex/Claude artifacts
.agents/skills/
.claude/
skills-lock.json

# Generated by setuptools-scm during local builds/tests
src/datoon/_version.py
