*.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