# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# written by setuptools_scm
**/_version.py

# Test / coverage / tool caches
.tox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.ruff_cache/
.hypothesis/
.napari_cache

# Test run artifacts (not source)
*_run_output.txt
*tests_output.txt

# Sphinx documentation
docs/_build/

# Environments
env/
venv/
.python-version

# Editors / IDE
.idea/
.vscode/

# Jupyter
.ipynb_checkpoints

# OS
.DS_Store

# Logs
*.log

# Ultrack output and database files
data.db
metadata.toml
ultrack_data/

# Claude Code
.claude
