.gitignore 116 B

12345678910111213141516
  1. **/__pycache__
  2. *.bak
  3. *~
  4. *.swp
  5. *#
  6. /test.py
  7. /build
  8. /builddir
  9. /dist
  10. /scripts/tools
  11. /release.json
  12. /accent.json
  13. /.idea