Files
RemnaWaveBOT/.gitignore
2026-04-22 18:34:13 +03:00

17 lines
175 B
Plaintext

.env
.env.local
.venv/
.analysis-venv/
.verify-venv/
.ticket-verify-venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
build/
dist/