-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (70 loc) · 1.18 KB
/
.gitignore
File metadata and controls
80 lines (70 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
76
77
78
79
80
# JavaScript dependencies
node_modules/
__pycache__/
*.pyc
dist/
build/
site/
docs/_build/
*.egg-info/
*.egg
.semantic_release/
src/tnfr/_generated_version.py
.venv/
.venv*/
.env
.pytest_cache/
.hypothesis/
cover/
*.cover
.coverage
coverage.xml
.tox/
*.log
.DS_Store
Thumbs.db
.benchmarks/
# Reproducibility artifacts
artifacts/
profiles/
# Crypto transient logs
crypto/extract_debug.txt
crypto/extract_stderr.txt
crypto/update_log.txt
crypto/update_run.txt
*.pstats
*.stats
profile_*.txt
# Security scan results (temporary)
bandit.json
bandit-fixed.json
bandit.sarif
pip-audit*.json
semgrep.json
semgrep.sarif
# Validation outputs (generated)
validation_outputs/
# Generated results and outputs (not needed in repo)
results/
outputs/
benchmarks/results/
dist-test/
test-env/
examples/output/
# Large benchmark result files
benchmarks/results/*_telemetry.jsonl
benchmarks/results/phase_gradient_full_study.jsonl
benchmarks/results/u6_aggressive_results.jsonl
benchmarks/results/*_5000_*.jsonl
debug_scratch/
*.tmp
*.temp
# Runtime data and caches (generated, not needed in repo)
cache/
data/
logs/
# Type checking cache
.mypy_cache/
# Local-only modules (not published to GitHub)
crypto/
publish/