PlanOpticon

fix(gitignore): .env

leo 2026-02-15 05:25 trunk
Commit 67de7139b0d6d95e5b3ce2af4a7a91e0e808a13f085d6373f72d938ae8e5f0b2
1 file changed +32 -12
+32 -12
--- .gitignore
+++ .gitignore
@@ -1,24 +1,13 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
33
*.py[cod]
44
*$py.class
5
-*.env*
6
-
7
-# Google Cloud service account keys
8
-panopticon-*.json
9
-planopticon-*.json
10
-*-*-*ced24f.json
11
-*service_account*.json
12
-*credentials*.json
135
146
# C extensions
157
*.so
168
17
-# Test data
18
-test_data/
19
-
209
# Distribution / packaging
2110
dist/
2211
build/
2312
*.egg-info/
2413
@@ -26,38 +15,69 @@
2615
htmlcov/
2716
.tox/
2817
.coverage
2918
.coverage.*
3019
.cache
20
+.pytest_cache/
21
+.mypy_cache/
3122
nosetests.xml
3223
coverage.xml
3324
*.cover
3425
3526
# Virtual environments
27
+.venv/
3628
venv/
3729
env/
3830
ENV/
3931
40
-# IDE-specific files
32
+# IDE and editor files
4133
.idea/
4234
.vscode/
35
+.cursor/
4336
*.swp
4437
*.swo
38
+
39
+# AI tools
40
+.claude/
41
+.gemini/
42
+.codex/
43
+.aider/
44
+.continue/
45
+.copilot/
46
+CLAUDE.md
47
+AGENTS.md
48
+GEMINI.md
49
+
50
+# Cloud CLI config (project-level)
51
+.google/
52
+.aws/
4553
4654
# API keys and secrets
4755
.env
4856
.env.*
4957
!.env.example
58
+*service_account*.json
59
+*credentials*.json
60
+
61
+# Google Cloud service account keys
62
+panopticon-*.json
63
+planopticon-*.json
5064
5165
# Log files
5266
*.log
5367
5468
# OS specific
5569
.DS_Store
5670
Thumbs.db
71
+
72
+# MkDocs build output
73
+site/
74
+
75
+# Test data
76
+test_data/
5777
5878
# Project specific
5979
output/
6080
cache/
6181
temp/
6282
*.mp4
6383
*.wav
6484
--- .gitignore
+++ .gitignore
@@ -1,24 +1,13 @@
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5 *.env*
6
7 # Google Cloud service account keys
8 panopticon-*.json
9 planopticon-*.json
10 *-*-*ced24f.json
11 *service_account*.json
12 *credentials*.json
13
14 # C extensions
15 *.so
16
17 # Test data
18 test_data/
19
20 # Distribution / packaging
21 dist/
22 build/
23 *.egg-info/
24
@@ -26,38 +15,69 @@
26 htmlcov/
27 .tox/
28 .coverage
29 .coverage.*
30 .cache
 
 
31 nosetests.xml
32 coverage.xml
33 *.cover
34
35 # Virtual environments
 
36 venv/
37 env/
38 ENV/
39
40 # IDE-specific files
41 .idea/
42 .vscode/
 
43 *.swp
44 *.swo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
46 # API keys and secrets
47 .env
48 .env.*
49 !.env.example
 
 
 
 
 
 
50
51 # Log files
52 *.log
53
54 # OS specific
55 .DS_Store
56 Thumbs.db
 
 
 
 
 
 
57
58 # Project specific
59 output/
60 cache/
61 temp/
62 *.mp4
63 *.wav
64
--- .gitignore
+++ .gitignore
@@ -1,24 +1,13 @@
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
 
 
 
 
 
 
 
 
5
6 # C extensions
7 *.so
8
 
 
 
9 # Distribution / packaging
10 dist/
11 build/
12 *.egg-info/
13
@@ -26,38 +15,69 @@
15 htmlcov/
16 .tox/
17 .coverage
18 .coverage.*
19 .cache
20 .pytest_cache/
21 .mypy_cache/
22 nosetests.xml
23 coverage.xml
24 *.cover
25
26 # Virtual environments
27 .venv/
28 venv/
29 env/
30 ENV/
31
32 # IDE and editor files
33 .idea/
34 .vscode/
35 .cursor/
36 *.swp
37 *.swo
38
39 # AI tools
40 .claude/
41 .gemini/
42 .codex/
43 .aider/
44 .continue/
45 .copilot/
46 CLAUDE.md
47 AGENTS.md
48 GEMINI.md
49
50 # Cloud CLI config (project-level)
51 .google/
52 .aws/
53
54 # API keys and secrets
55 .env
56 .env.*
57 !.env.example
58 *service_account*.json
59 *credentials*.json
60
61 # Google Cloud service account keys
62 panopticon-*.json
63 planopticon-*.json
64
65 # Log files
66 *.log
67
68 # OS specific
69 .DS_Store
70 Thumbs.db
71
72 # MkDocs build output
73 site/
74
75 # Test data
76 test_data/
77
78 # Project specific
79 output/
80 cache/
81 temp/
82 *.mp4
83 *.wav
84

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button