.gitignore 111 B

1234567891011121314
  1. .DS_Store
  2. *.bak
  3. *.pyc
  4. *.pyo
  5. *.swp
  6. /*.cfg
  7. /alembic.ini
  8. build/
  9. dist/
  10. q3stats.egg-info/
  11. tests_web_app/tmp/tmp*