26 lines
379 B
Plaintext
26 lines
379 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
.venv/
|
|
.taiko-secret-key
|
|
flask_session/
|
|
build/
|
|
dist/
|
|
|
|
# build/version artifacts
|
|
version.json
|
|
|
|
# large assets not meant for VCS
|
|
public/songs/
|
|
public/songs/**
|
|
public/preview/
|
|
*.log
|
|
|
|
# local editor project artifacts
|
|
taiko-editor/.venv/
|
|
taiko-editor/build/
|
|
taiko-editor/dist/
|
|
taiko-editor/__pycache__/
|
|
taiko-editor/build_log.txt
|
|
taiko-editor/run_log.txt
|