Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 69 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,69 @@
*.egg-info
__pycache__
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
wheels/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
parts/
var/
*.egg-link
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/
.env

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
nosetests.xml
*.cover

# Distribution / packaging
.Python
pip-log.txt
pip-delete-this-directory.txt

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Output / runtime artifacts
shots/
*.png
*.json
!README.md

# Jupyter
.ipynb_checkpoints/
*.ipynb

# mypy / pyright
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/