# dependencies (bun install)
node_modules

# Bun
.bun
.bun/install/cache

# output
out
dist
*.tgz

# code coverage
coverage
*.lcov

# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# caches
.eslintcache
.cache
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
!vendor/fts5-snowball/**/*.so
.Python
build/
desktop/electrobun-shell/.generated/
desktop/electrobun-shell/artifacts/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
!src/serve/public/lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python Virtual Environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# Python Testing & Linting
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# UV (Python build tool)
.uv/

# Python Version Management (pyenv, etc.)
.python-version

# Jupyter Notebook
.ipynb_checkpoints

# IntelliJ based IDEs
.idea

# Finder (MacOS) folder config
.DS_Store
.vercel
docs/NOTES.md
notes/
newprds/

# fn-72.9/72.2 throwaway spikes (Bun detach validation)
scripts/spike-detach.ts
scripts/spike-detach-llm.ts
