2018-12-30 00:10:31 -05:00
|
|
|
# Virtual Environment
|
|
|
|
venv/
|
|
|
|
|
2019-02-03 12:12:46 -05:00
|
|
|
# Editor Configurations
|
2019-01-03 18:39:43 +01:00
|
|
|
.vscode/
|
2019-02-03 12:12:46 -05:00
|
|
|
.idea/
|
2019-01-03 18:39:43 +01:00
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|
|
|
|
|
2019-12-04 16:39:24 -03:00
|
|
|
# Pip
|
|
|
|
src/
|
|
|
|
|
2018-12-26 09:22:37 +01:00
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
2018-12-26 13:29:26 +01:00
|
|
|
*.ipynb
|
2018-12-28 17:44:01 -05:00
|
|
|
|
|
|
|
# Output files, except requirements.txt
|
2018-12-25 13:14:31 -05:00
|
|
|
*.txt
|
2018-12-28 17:44:01 -05:00
|
|
|
!requirements.txt
|
2018-12-25 13:14:31 -05:00
|
|
|
|
2018-12-28 22:32:30 -06:00
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
|
|
*.csv
|
2019-12-02 16:45:06 -05:00
|
|
|
|
2022-06-08 16:51:06 +03:00
|
|
|
#XLSX Reports
|
|
|
|
*.xlsx
|
|
|
|
|
2019-12-04 16:28:38 -03:00
|
|
|
# Excluded sites list
|
|
|
|
tests/.excluded_sites
|
|
|
|
|
2019-12-03 10:08:43 -05:00
|
|
|
# MacOS Folder Metadata File
|
2019-12-02 16:45:06 -05:00
|
|
|
.DS_Store
|
2020-09-02 21:13:19 +02:00
|
|
|
|
|
|
|
# Vim swap files
|
|
|
|
*.swp
|