
* Use GitLab CI/CD * Force colored tests * Get rid of an error * Mark tests as slow * Disable codecov & coveralls * Python 3.5-3.8 * Add Python 3.4 * Support both OpenSSL 1.1.0 and 1.1.1+ * Test both OpenSSL 1.1.0 and 1.1.1+ * Fix OpenSSL 1.1.1 * Fix Python 3.4 build
31 lines
345 B
Text
31 lines
345 B
Text
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Log files
|
|
**/*.log
|
|
|
|
# Hidden files
|
|
.*
|
|
!/.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
|