.gitignore 67 B

1234567
  1. .venv/
  2. __pycache__/
  3. .pytest_cache/
  4. logs/
  5. data/*.sqlite3
  6. .env
  7. *.pyc