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
# Python
__pycache__/
*.py
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
# Virtual environments
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
# Secrets & environment
.env
.env.*
*.pem
*.key
# OS
.DS_Store
Thumbs.db
# GithubClaw runtime state (never commit)
.omx/
.omc/
.githubclaw/queue/
.githubclaw/logs/
.githubclaw/secrets/
.githubclaw/memory.md
# Temp files
*.tmp
/tmp/
/target/