-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (105 loc) · 1.67 KB
/
.gitignore
File metadata and controls
124 lines (105 loc) · 1.67 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Git backup
.git.backup/
# Virtual environments (common names)
venv/
.venv/
env/
ENV/
venv/*
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Testing
.pytest_cache/
.coverage
htmlcov/
# Environment variables
.env
.env.local
# Build artifacts
build/
dist/
*.egg-info/
# Executable build artifacts
*.spec
*.exe
*.bin
*.app
# PyInstaller
build/
dist/
*.manifest
# cx_Freeze
build/exe.*/
# py2exe
lib/
# Nuitka
*.build/
*.dist/
*.onefile-build/
# Distribution packages
*.zip
DevUssY_Interview_v*/
*_v[0-9].[0-9].[0-9]/
create_distribution.bat
run_interview.bat
*.bat
# Standalone/distribution documentation
DISTRIBUTION_GUIDE.md
EXECUTABLE_SUMMARY.md
FINAL_EXECUTABLE_SUMMARY.md
INTERVIEW_STANDALONE_README.md
QUICK_SETUP.md
START_HERE.txt
# Generated project outputs (in root)
/devplan.md
/handoff.md
/handoff_prompt.md
/project_design.md
/phase*.md
/rerun_commands.txt
WARP.md
# Standalone script and config
interview_standalone.py
standalone_config/
# IDE
.vscode/
.idea/
*.swp
*.swo
# State
.devussy_state/
# Generated project folders (timestamped)
# Pattern: docs/project-name_YYYYMMDD_HHMMSS/
# To commit a specific project, use: git add -f docs/project-name_timestamp/
docs/*_20[0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9]/
# Logs
logs/
*.log
logs/interviews/
# Local run artifacts
outputs/
# Web configuration (sensitive)
web_projects/.config/credentials/
web_projects/.config/projects/
web_projects/.config/global_config.json
*.lock
# Test directories
test_config_storage/
test_dir_creation/
# Node.js / npm
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn/
dist/
.vite/
# Analytics database
analytics.db
**/analytics.db