mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
27 lines
No EOL
318 B
Text
27 lines
No EOL
318 B
Text
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Log files
|
|
**/*.log
|
|
|
|
# Hidden files
|
|
.*
|
|
!/.gitignore
|
|
!/.travis.yml
|
|
|
|
|
|
# Data dir
|
|
data/*
|
|
*.db
|
|
|
|
# Virtualenv
|
|
env/*
|
|
|
|
# Tor, downloaded automatically
|
|
tools/tor/data
|
|
tools/tor/*exe
|
|
tools/tor/*dll
|
|
|
|
# PhantomJS, downloaded manually for unit tests
|
|
tools/phantomjs |