-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (60 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
75 lines (60 loc) · 1.18 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
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment directories
venv/
env/
.venv/
ENV/
# IDE-specific files
# VS Code: Allow shared config, ignore personal settings
.vscode/*
!.vscode/settings.json # Shared: Auto-format on save config
!.vscode/extensions.json # Shared: Recommended extensions
.idea/
*.sublime-project
*.sublime-workspace
# OS-specific files
.DS_Store
Thumbs.db
# Windows Zone.Identifier files (WSL)
*:Zone.Identifier
# Sensitive information - NEVER COMMIT
client_secret.json
client_secrets.json
credentials.json
token.json
config.yaml
config.cloud.yaml
# Cloud deployment temporary files
lifecycle.json
# Claude Code personal settings
.claude/
# Data directory (personal photos and runtime state)
data/
!data/known_people/README.md
!data/unknown_people/README.md
# Test artifacts
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/
# Linter/type checker caches
.mypy_cache/
.ruff_cache/
# Build artifacts
build/
dist/
*.egg-info/
.eggs/
# Status tracking (local only)
IMPLEMENTATION_STATUS.md
# Firebase debug logs
firebase-debug.log
# Legacy/obsolete code (pre-restructure)
project/
requirements.txt
# Debug visualizations
debug_factory/