.gitignore 122 B

123456789101112131415161718
  1. venv/
  2. *.pyc
  3. __pycache__/
  4. instance/
  5. .pytest_cache/
  6. .coverage
  7. .coveragerc
  8. htmlcov/
  9. dist/
  10. build/
  11. *.egg-info/
  12. *.mo
  13. *.pot