29 lines
239 B
Plaintext
29 lines
239 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.pytest_cache
|
|
.coverage
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.DS_Store
|
|
.settings
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
__pycache__/
|
|
*.so
|
|
.Python
|
|
.coverage
|
|
.pytest_cache
|
|
.venv
|
|
venv/
|
|
env/
|
|
.pyre/
|
|
node_modules/
|
|
.DS_Store |