mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
51 lines
609 B
Plaintext
51 lines
609 B
Plaintext
# Virtual Environment
|
|
venv/
|
|
.venv/
|
|
|
|
# Editor Configurations
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Pip
|
|
src/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Logs and backups
|
|
*.log
|
|
*.bak
|
|
|
|
# Output files, except requirements.txt
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
*.csv
|
|
|
|
# MacOS Folder Metadata File
|
|
.DS_Store
|
|
/reports/
|
|
|
|
# Testing
|
|
.coverage
|
|
dist/
|
|
htmlcov/
|
|
/test_*
|
|
|
|
# Maigret files
|
|
settings.json
|
|
|
|
# other
|
|
*.egg-info
|
|
build
|
|
lib/vis-9.1.2/vis-network.min.js
|
|
lib/bindings/utils.js
|
|
lib/tom-select/tom-select.complete.min.js
|
|
lib/tom-select/tom-select.css
|
|
lib/vis-9.1.2/vis-network.css
|