17 lines
179 B
Plaintext
17 lines
179 B
Plaintext
.git
|
|
.gitignore
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.ruff_cache
|
|
frontend/node_modules
|
|
frontend/dist
|
|
.runtime
|
|
.tmp_*
|
|
.env
|
|
*.md
|
|
.DS_Store
|
|
tests
|
|
.pytest_cache
|