Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 14s
36 lines
393 B
Text
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/*
|