Files
encar/.gitignore
2026-04-16 18:00:54 +03:00

20 lines
195 B
Plaintext

__pycache__/
.pytest_cache/
.coverage
coverage.xml
.venv/
venv/
*.pyc
*.pyo
*.pyd
*.log
*.db
storage_state.json
.vscode/
*.egg-info/
dist/
build/
artifacts/
celerybeat-schedule*
tokens_data/
.env