23 lines
275 B
Plaintext
23 lines
275 B
Plaintext
# SpecStory explanation file
|
|
__pycache__/
|
|
__OLD__/
|
|
.specstory/
|
|
.history/
|
|
.vscode/
|
|
*.py[cod]
|
|
.ipynb_checkpoints/
|
|
.pytest_cache/
|
|
|
|
# Local environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Local test data and generated analysis results
|
|
data/*
|
|
!data/.gitkeep
|
|
results/*
|
|
!results/.gitkeep
|
|
|
|
cvttpy
|
|
tmp/
|