mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
first commit
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# Virtual Environment
|
||||
venv/
|
||||
|
||||
# Editor Configurations
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
||||
# Pip
|
||||
src/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
*.ipynb
|
||||
|
||||
# Output files, except requirements.txt
|
||||
*.txt
|
||||
!requirements.txt
|
||||
|
||||
# Comma-Separated Values (CSV) Reports
|
||||
*.csv
|
||||
|
||||
# Excluded sites list
|
||||
tests/.excluded_sites
|
||||
|
||||
# MacOS Folder Metadata File
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user