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