24 lines
200 B
Plaintext
24 lines
200 B
Plaintext
.git
|
|
.gitignore
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
.env
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
.build/
|
|
build/
|
|
dist/
|
|
node_modules/
|
|
__pycache__/
|
|
.testresults/
|
|
.pytest_cache/
|
|
.coverage
|
|
.mypy_cache/
|