.gitignore 123 B

123456789101112
  1. .py[cod]
  2. __pycache__/
  3. .mypy_cache/
  4. .pytest_cache/
  5. .ruff_cache/
  6. .pdm-python
  7. .venv/
  8. __pycache__
  9. .models/
  10. .venv/
  11. .logs/
  12. .data/