-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (49 loc) · 819 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
*.log
*.pot
*.pyc
*.pyo
*.pyd
*.db
*.sqlite3
*.bak
# Ignore Django migration files if you plan to regenerate them
# Comment these lines out if you want to keep migration history
# If you are using MySQL or PostgreSQL with Django
*.sql
# Ignore development and deployment settings
.env
*.local
# Django cache files
cache/
*_cache/
cache/*
# Ignore Django secret key and other sensitive credentials
secrets.json
# Ignore virtual environment and dependencies
venv/
env/
*.egg
*.egg-info/
dist/
build/
pip-wheel-metadata/
# PyInstaller
*.manifest
*.spec
# IDE files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# macOS-specific files
.DS_Store
# Windows-specific files
Thumbs.db
desktop.ini
/backups
plans.txt