zeronet/.gitignore
2016-03-19 23:15:44 +00:00

25 lines
No EOL
283 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
# PhantomJS, downloaded manually for unit tests
tools/phantomjs