# Python caches
__pycache__
*.pyc
*.pyo
*.pyd

# Build / packaging
*.egg-info
dist/
build/

# VCS / IDE
.git
.gitignore
.gitattributes
.vscode
.idea

# Environments
.env
.env.*
.venv
venv
.assets

# Local runtime data / scratch
.facio/
archive/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
test_output.txt

# JS/TS leftovers
node_modules/
bridge/dist/

# Workspace state should never be baked into the image
workspace/

# OS junk
.DS_Store
Thumbs.db
