Skip to content
Snippets Groups Projects

Draft: Added basic python project structure

Closed Felix Delattre requested to merge feature/basic-python-structure into master
Files
8
.gitignore 0 → 100644
+ 14
0
*.pyc
*.log
*.pkl
*.egg-info
Pipfile
Pipfile.lock
.idea
__pycache__
.cache
build
dist
env
Loading