Select Git revision
requirements.txt
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using pip.
Learn more
.gitignore 216 B
# Compiled Python files
*.pyc
*.pyo
__pycache__/
# Distribution directories
dist/
build/
*.egg-info/
# Development and editor files
.vscode/
.idea/
*.swp
*.swo
*.pyc
*~
# Notebook checkpoints
.ipynb_checkpoints/