# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Packaging / build artifacts
build/
dist/
.eggs/
*.egg
*.egg-info/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.hypothesis/
.tox/
.nox/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Notebook / editor / OS
.ipynb_checkpoints/
.DS_Store
.idea/
.vscode/

# Environment files
.env
.env.*
!.env.development

# Runtime artifacts
*.db
*.sqlite3
logs/
.tmp/
docs-legacy/
docs/spikes/

# Local JS bridge artifacts
src/skiller/local/channels/whatsapp/bridge/node_modules/
src/skiller/local/channels/whatsapp/bridge/package-lock.json
packages/skiller/src/skiller/local/channels/whatsapp/bridge/node_modules/
packages/skiller/src/skiller/local/channels/whatsapp/bridge/package-lock.json
legacy/

apps/tui/docs/todo
