zeronet/.gitignore
Merith-TK 7edbda70f5
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 14s
apply build template
2025-04-20 15:59:40 -07:00

36 lines
393 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Log files
**/*.log
# Hidden files
.*
!/.forgejo
!/.github
!/.gitignore
!/.travis.yml
!/.gitlab-ci.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
# ZeroNet log files
log/*