journalscrapper/.gitignore

13 lines
109 B
Text
Raw Normal View History

2022-08-18 05:33:29 +02:00
# Test File
2022-08-22 05:52:25 +02:00
*.xls
2022-08-18 05:33:29 +02:00
*.xlsx
*.json
2022-08-22 08:26:49 +02:00
checker.py
2022-08-18 05:33:29 +02:00
converter.py
database.py
2022-08-22 05:52:25 +02:00
# Cache
__pycache__/
2022-08-18 05:33:29 +02:00
# Environment
env/