2024-05-11 20:03:38 +02:00
|
|
|
secrets.txt
|
2024-05-05 18:23:13 +02:00
|
|
|
.ipynb_checkpoints
|
2024-05-04 23:30:01 +02:00
|
|
|
data/
|
2024-05-04 23:30:49 +02:00
|
|
|
*.zip
|
2024-05-04 23:30:01 +02:00
|
|
|
# https://github.com/microsoft/vscode-python/blob/main/.gitignore
|
|
|
|
.DS_Store
|
|
|
|
.huskyrc.json
|
|
|
|
out
|
|
|
|
log.log
|
|
|
|
**/node_modules
|
|
|
|
*.pyc
|
|
|
|
*.vsix
|
|
|
|
envVars.txt
|
|
|
|
**/.vscode/.ropeproject/**
|
|
|
|
**/testFiles/**/.cache/**
|
|
|
|
*.noseids
|
|
|
|
.nyc_output
|
|
|
|
.vscode-test
|
|
|
|
__pycache__
|
|
|
|
npm-debug.log
|
|
|
|
**/.mypy_cache/**
|
|
|
|
!yarn.lock
|
|
|
|
coverage/
|
|
|
|
cucumber-report.json
|
|
|
|
**/.vscode-test/**
|
|
|
|
**/.vscode test/**
|
|
|
|
**/.vscode-smoke/**
|
|
|
|
**/.venv*/
|
|
|
|
port.txt
|
|
|
|
precommit.hook
|
|
|
|
python_files/lib/**
|
|
|
|
python_files/get-pip.py
|
|
|
|
debug_coverage*/**
|
|
|
|
languageServer/**
|
|
|
|
languageServer.*/**
|
|
|
|
bin/**
|
|
|
|
obj/**
|
|
|
|
.pytest_cache
|
|
|
|
tmp/**
|
|
|
|
.python-version
|
|
|
|
.vs/
|
|
|
|
test-results*.xml
|
|
|
|
xunit-test-results.xml
|
|
|
|
build/ci/performance/performance-results.json
|
|
|
|
!build/
|
|
|
|
debug*.log
|
|
|
|
debugpy*.log
|
|
|
|
pydevd*.log
|
|
|
|
nodeLanguageServer/**
|
|
|
|
nodeLanguageServer.*/**
|
|
|
|
dist/**
|
|
|
|
# translation files
|
|
|
|
*.xlf
|
|
|
|
package.nls.*.json
|
2024-05-05 19:46:13 +02:00
|
|
|
l10n/
|