Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 197 B
# BYTE-COMPILED
__pycache__
*__pycache__*

# FOLDERS
.idea/
venv/
docs/_build/
build/
dist/
eggs/
sdist/
.ipynb_checkpoints/

# FILES
*.py[cod]
*.egg
*.egg-info
.installed.cfg

# C EXTENSION
.so