-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (30 loc) · 633 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (30 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.DS_Store
.idea/*
.cache/*
.mypy_cache/*
*/.mypy_cache/*
*__pycache__/*
*/__pycache__/*
cov_html/*
.coverage
*.py[c|o]
.pytest_cache/*
pytest_cache/*
.project
.pydevproject
finishedgames/*.json
finishedgames/static/img/covers/*
.settings
.settings/*
*.db.sqlite3
finishedgames/statics/*
finishedgames/catalogsources/import/*.jpg
finishedgames/catalogsources/import/*.png
# prod config
finishedgames/web/templates/google-validation.html
finishedgames/finishedgames/settings/prod.py
finishedgames/finishedgames/settings/local.py
requirements-prod.txt
/statics
# CACHE_FOLDER_NAME variable at SteamAdapter
cache_steam_game_details_v1/