-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (56 loc) · 866 Bytes
/
.gitignore
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
*.log
*.pot
*.pyc
*.pyo
*.sqlite3
# Ignore the default SQLite database
db.sqlite3
# Local environment files
.env
*.env
# Ignore media and static files
/staticfiles/
/mediafiles/
/static/
/media/
# Ignore Django migrations
*/migrations/*.py
*/migrations/*.pyc
# If you're using coverage reports
htmlcov/
.coverage
*.cover
.hypothesis/
# If you're using mypy
.mypy_cache/
# If you're using PyCharm IDE
.idea/
# If you're using VS Code
.vscode/
# If you're using MacOS
.DS_Store
# If you're using Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Python virtual environment
venv/
env/
ENV/
venv.bak/
# pipenv, poetry, or other dependency managers
Pipfile
Pipfile.lock
poetry.lock
poetry.toml
__MACOSX
# Secrets
credentials
.entrypoint
.env
firebase-service-account.json