intra_max_bot/.gitignore
2026-03-19 16:47:49 +03:00

20 lines
199 B
Text

.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.tmp_pytest/
pytest-cache-files-*/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
build/
dist/
*.egg-info/
app.db
data/
data/testdb/
.env
*.log