1.0.0.dev1
This commit is contained in:
parent
16976ea64c
commit
2e323a58d3
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
/myenv
|
||||||
|
myenv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
*.db
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite3
|
||||||
|
*.log
|
||||||
|
*.csv
|
||||||
|
*.json
|
||||||
|
*.xml
|
||||||
|
*.xlsx
|
||||||
|
*.xls
|
||||||
|
*.docx
|
||||||
|
*.pptx
|
||||||
|
fastorganizer/
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
*.whl
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.tar.bz2
|
||||||
|
*.tar.xz
|
||||||
|
*.tar.lzma
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
*.toml
|
||||||
Loading…
Reference in New Issue
Block a user