30 lines
331 B
Plaintext
30 lines
331 B
Plaintext
__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 |