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

# Environment and secrets - never commit a Modal token
.env
.env.*
!.env.example

# Test and tooling output
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Editor and OS
.DS_Store
.idea/
.vscode/
*.swp

# Local research scratch, not part of the package
probe/
