-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (91 loc) · 1.43 KB
/
Copy path.gitignore
File metadata and controls
109 lines (91 loc) · 1.43 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Static files (generated by collectstatic)
backend/staticfiles/
# Media files (exclude content but keep structure)
backend/media/*
!backend/media/.gitkeep
# Environment variables — never commit real secrets
# Local dev: repo-root .env (Makefile, docker-compose.dev).
# Production: deploy/.env (deploy.sh, deploy/docker-compose.prod.yml) — keep only on server.
.env
deploy/.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production
.env.*.local
# Node.js
node_modules/
/.pnp
.pnp.js
# Theme sync
themes/.sync_state.json
themes/**/*.conflict
# Testing
/coverage
.auth/
.nyc_output
.coverage
.coverage.*
htmlcov/
backend/.coverage
backend/htmlcov/
.pytest_cache/
backend/.pytest_cache/
# Production builds
/build
/dist
frontend/howto-audio-cache/
frontend/howto-translation-cache/
frontend/howto-video-output/
frontend/.howto-script-preview/
frontend/public/howto-videos/editor-preview/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# MacOS
.DS_Store
.AppleDouble
.LSOverride
.cursor
.claude
# Docker
docker-compose.override.yml
# MCP
mcp-server-logs/
# Local storage for development
storage/
# Separate Repositories
easy3e-serverless/
themes