.gitignore 304 B

1234567891011121314151617181920212223242526272829
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # Log files
  5. **/*.log
  6. # Hidden files
  7. .*
  8. !/.gitignore
  9. !/.travis.yml
  10. # Data dir
  11. data/*
  12. *.db
  13. # Virtualenv
  14. env/*
  15. # Tor data
  16. tools/tor/data
  17. # PhantomJS, downloaded manually for unit tests
  18. tools/phantomjs
  19. # ZeroNet config file
  20. zeronet.conf