add project setup
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
coverage.xml
|
||||
.env*
|
||||
!.env.example
|
||||
.venv/
|
||||
venv/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.log
|
||||
*.db
|
||||
storage_state.json
|
||||
.vscode/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
artifacts/
|
||||
celerybeat-schedule*
|
||||
tokens_data/
|
||||
tokens.json
|
||||
|
||||
# Ad-hoc debug scripts and one-off downloads
|
||||
_*.sh
|
||||
_*.tar.gz
|
||||
burst_*.ps1
|
||||
burst_*.txt
|
||||
sitemap*.xml
|
||||
vd_*.html
|
||||
Reference in New Issue
Block a user