__pycache__/
*.py[cod]
*$py.class

.env
.venv
.hf_venv
env/
venv/

.vscode/
.idea/
.DS_Store

/data/
/checkpoints/
/checkpoints_*/
.gradio/
*.pt
*.safetensors

build/
develop-eggs/
dist/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

htmlcov/
.tox/
.coverage
.cache
.pytest_cache/

# Compiled Swift AFM bridge. Built on demand into a user cache dir
# (~/.cache/telos) rather than into the package; this pattern only catches
# stray local builds that land next to the source.
telos/**/afm_bridge
/afm_bridge

# Stray compiled binary at repo root (not a source file)
/main
