|
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
|
|
|
14
|
# Unit test / coverage reports |
|
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
|
AGENTS.md |
|
47
|
GEMINI.md |
|
48
|
|
|
49
|
# Cloud CLI config (project-level) |
|
50
|
.google/ |
|
51
|
.aws/ |
|
52
|
|
|
53
|
# API keys and secrets |
|
54
|
.env |
|
55
|
.env.* |
|
56
|
!.env.example |
|
57
|
*service_account*.json |
|
58
|
*credentials*.json |
|
59
|
|
|
60
|
# Google Cloud service account keys |
|
61
|
panopticon-*.json |
|
62
|
planopticon-*.json |
|
63
|
|
|
64
|
# Log files |
|
65
|
*.log |
|
66
|
|
|
67
|
# OS specific |
|
68
|
.DS_Store |
|
69
|
Thumbs.db |
|
70
|
|
|
71
|
# MkDocs build output |
|
72
|
site/ |
|
73
|
|
|
74
|
# Test data |
|
75
|
test_data/ |
|
76
|
|
|
77
|
# Project specific |
|
78
|
output/ |
|
79
|
cache/ |
|
80
|
temp/ |
|
81
|
*.mp4 |
|
82
|
*.wav |
|
83
|
|