/
githubmirror
/
sherlock
Обзор
Документация
Войти
/
githubmirror
/
sherlock
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
47 строк
519 B
Paul Pfeister
Ignore test files
24 июн 2024, 22:21
Не верифицирован
24 июн 2024, 22:21
e8569b6
Код
Авторство
О чём код?
# Virtual Environments venv/ bin/ lib/ pyvenv.cfg poetry.lock # Regression Testing .coverage .tox/ # Editor Configurations .vscode/ .idea/ # Python __pycache__/ # Pip src/ # Devel, Build, and Installation *.egg-info/ dist/** # Jupyter Notebook .ipynb_checkpoints *.ipynb # Output files, except requirements.txt *.txt !requirements.txt # Comma-Separated Values (CSV) Reports *.csv #XLSX Reports *.xlsx # Excluded sites list tests/.excluded_sites # MacOS Folder Metadata File .DS_Store # Vim swap files *.swp