initial python3 template
This commit is contained in:
commit
534c1b3ea8
11 changed files with 113 additions and 0 deletions
15
python3/{{cookiecutter.project_name}}/.gitignore
vendored
Normal file
15
python3/{{cookiecutter.project_name}}/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
*~
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyt
|
||||
*.pytc
|
||||
*.egg-info
|
||||
.*.swp
|
||||
.DS_Store
|
||||
venv/
|
||||
venv3/
|
||||
.cache/
|
||||
build/
|
||||
.idea/
|
||||
.coverage
|
||||
.mypy_cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue