30 lines
249 B
Plaintext
30 lines
249 B
Plaintext
|
# OS specific
|
||
|
.DS_Store
|
||
|
|
||
|
# Editors
|
||
|
.vscode
|
||
|
.idea
|
||
|
*.swp
|
||
|
|
||
|
# Python
|
||
|
.venv/
|
||
|
build/
|
||
|
_build/
|
||
|
dist/
|
||
|
eggs/
|
||
|
.eggs/
|
||
|
sdist/
|
||
|
*.egg-info/
|
||
|
*.egg
|
||
|
*.pyc
|
||
|
__pycache__/
|
||
|
tests-reports/
|
||
|
.mypy_cache/
|
||
|
.pytest_cache/
|
||
|
.env
|
||
|
|
||
|
# Jupyter
|
||
|
.ipynb_checkpoints/
|
||
|
|
||
|
# Project
|
||
|
_archive/
|