小草林(田梓萱)
90db12dfc0
Some checks failed
Lock closed issues/PRs / lock (push) Has been cancelled
Test / Sentry self-hosted end-to-end tests (push) Has been cancelled
Test / unit tests (push) Has been cancelled
Test / Sentry upgrade test (push) Has been cancelled
Test / integration test v2.19.0 - customizations disabled (push) Has been cancelled
Test / integration test v2.19.0 - customizations enabled (push) Has been cancelled
Test / integration test v2.26.0 - customizations disabled (push) Has been cancelled
Test / integration test v2.26.0 - customizations enabled (push) Has been cancelled
Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top>
107 lines
1.5 KiB
Plaintext
107 lines
1.5 KiB
Plaintext
# Error reporting choice cache
|
|
.reporterrors
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
sentry_install_log*.txt
|
|
sentry_reset_log*.txt
|
|
sentry_restore_log*.txt
|
|
sentry_backup_log*.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Ipython Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# https://docs.docker.com/compose/extends/
|
|
docker-compose.override.yml
|
|
|
|
# https://docs.docker.com/compose/environment-variables/#using-the---env-file--option
|
|
.env.custom
|
|
|
|
*.tar
|
|
data/
|
|
|
|
# Editor / IDE
|
|
.vscode/tags
|
|
.idea
|
|
|
|
# custom Sentry config
|
|
sentry/sentry.conf.py
|
|
sentry/config.yml
|
|
sentry/*.bak
|
|
sentry/enhance-image.sh
|
|
sentry/requirements.txt
|
|
relay/credentials.json
|
|
relay/config.yml
|
|
symbolicator/config.yml
|
|
geoip/GeoIP.conf
|
|
geoip/*.mmdb
|
|
geoip/.geoipupdate.lock
|
|
|
|
# integration testing
|
|
_integration-test/custom-ca-roots/nginx/*
|
|
sentry/test-custom-ca-roots.py
|
|
|
|
# OSX minutia
|
|
.DS_Store
|