*.bak
*.tmp

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

# Environments
.venv/
.env

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking / linting
.mypy_cache/
.ty_cache/
.ruff_cache/

# OS
.DS_Store

# IDE
.idea/

# hatch-vcs
python/axis_synome/src/axis_synome/_version.py

# Claude skills: atlas search database (built from monolith) and local notes
atlas.db
.notes/

# Skillfile deploy artefacts (sources live in skills/)
.claude/skills/
.codex/skills/
.github/skills/
.skillfile/cache/
.skillfile/conflict

# Skillfile CLI binary (downloaded on demand by `make skillfile-install-cli`)
bin/skillfile
