.gitignore 65 B

123456789
  1. logs/
  2. *.pid
  3. __pycache__/
  4. .pytest_cache/
  5. .venv/
  6. venv/
  7. .env
  8. *.log