Initial project structure and dependencies
This commit is contained in:
commit
2cc5f01c52
3 changed files with 30 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
.eggs/
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env
|
||||
*.db
|
||||
*.log
|
||||
downloads/
|
||||
config.yaml
|
||||
scheduler_config.yaml
|
||||
.thumbs/
|
||||
*.sqlite
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue