59 lines
615 B
Text
59 lines
615 B
Text
|
|
# Development files
|
||
|
|
js/tests/
|
||
|
|
tests/
|
||
|
|
examples/
|
||
|
|
docs/
|
||
|
|
node_modules/
|
||
|
|
coverage/
|
||
|
|
.nyc_output/
|
||
|
|
|
||
|
|
# Source files (we ship dist/ only)
|
||
|
|
js/
|
||
|
|
src/
|
||
|
|
static/
|
||
|
|
|
||
|
|
# Build config
|
||
|
|
rollup.config.js
|
||
|
|
.eslintrc
|
||
|
|
.babelrc
|
||
|
|
jest.config.js
|
||
|
|
tsconfig.json
|
||
|
|
|
||
|
|
# Documentation (except README, LICENSE, CHANGELOG)
|
||
|
|
CLAUDE.md
|
||
|
|
MIGRATION_STATUS.md
|
||
|
|
CLEANUP_REPORT.md
|
||
|
|
STANDALONE_PLAN.md
|
||
|
|
NPM_PUBLICATION_PLAN.md
|
||
|
|
TODO.md
|
||
|
|
Makefile
|
||
|
|
pyproject.toml
|
||
|
|
|
||
|
|
# Python stuff
|
||
|
|
__pycache__/
|
||
|
|
*.py[cod]
|
||
|
|
*.egg-info/
|
||
|
|
venv/
|
||
|
|
.pytest_cache/
|
||
|
|
src/testdrive_jsui/
|
||
|
|
|
||
|
|
# VCS
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.log
|
||
|
|
.env
|