Prepare mobile de parser preview
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
__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
|
||||
Reference in New Issue
Block a user