# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

# Environments
.venv/
venv/
env/
.env
.env.*

# Credentials — never commit
*.pypi_token*
*.token
*credentials*
*.secret

# Lattice runs
lattice-commit-runs/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Local config
config.local.toml
config.local.yaml
