-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (59 loc) · 918 Bytes
/
.gitignore
File metadata and controls
68 lines (59 loc) · 918 Bytes
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
# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
!*.gitkeep
# IDE and Editor files
.idea/
.vscode/
*.swp
*.swo
*~
# Build and distribution
dist/
build/
*.egg-info/
clustrix.egg-info
# Test artifacts
.pytest_cache/
test-reports/
*.xml
.coverage
.coverage.*
coverage.json
htmlcov/
.tox/
# Personal configuration files
clustrix.yml
jupyter.log
py310-test/
clustrix_test_env/
# Notebook checkpoints and test files
.ipynb_checkpoints/
test_ssh_setup.ipynb
# Documentation artifacts
docs/build/
# Logs and temporary files
*.log
*_report_*.json
*validation*.json
*.bak
*.tmp
.DS_Store
# Clustrix security - prevent credential leaks
**/.clustrix/credentials/**
**/.clustrix/keys/**
**/clustrix-credentials.json
**/clustrix-*.pem
**/clustrix-*.key
**/*-credentials.json
**/*-service-account.json
.env.local
.env.validation
**/validation-secrets.json
**/.op/
**/op-session-*
# ClaudPoint checkpoint system
.checkpoints/