.gitignore 73 B

123456789
  1. .idea
  2. *.db
  3. venv
  4. *.db-journal
  5. *.spec
  6. build
  7. dist
  8. cool_query.py
  9. __pycache__