| .env | |
| .env.* | |
| !.env.example | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| venv/ | |
| *.db | |
| *.sqlite | |
| *.log | |
| /data/ | |
| .env | |
| .env.* | |
| !.env.example | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| venv/ | |
| *.db | |
| *.sqlite | |
| *.log | |
| /data/ | |