# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/
.ipynb_checkpoints/
.venv/

# Node / TypeScript
node_modules/
*.tsbuildinfo
.eslintcache
*.log
npm-debug.log*
yarn-debug.log*
coverage/
*.lcov
.nyc_output
*.tgz
.npm

# Project
# tithon daemon state (socket, journal, kernel connection files)
.tithon/

# esbuild output
dist/
out-int/

# VSCode extension test runner
.vscode-test/

# packaged extension
*.vsix

# screenshot render artifacts during script test
scripts/screenshots/

# daemon startup log (nohup)
nohup.out

# Local Agent
.claude/

# OS
.DS_Store
Thumbs.db
*.swp
*~
