-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (114 loc) · 2.14 KB
/
.gitignore
File metadata and controls
128 lines (114 loc) · 2.14 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
./py3plex/visualization/fa2/fa2util.c
./py3plex.egg-info
./dist
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
**/build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
!gui/frontend/src/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Test artifacts and temporary files
datasets/animation*.png
datasets/animation/
datasets/stored_network.gpickle
datasets/mirna_*.list
datasets/test.edgelist
datasets/test_embedding.emb
datasets/embedding_coordinates.json
tests/out/
tests/custom_dir/
tests/*.txt
tests/*.png
# Virtual environment
.venv/
venv/
# Test and coverage reports
htmlcov/
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
# Benchmark results
benchmark-*.json
# Documentation builds
docfiles/_build/
docfiles/build/
# Ignore build artifacts in docs/ but track the deployed HTML
# The docs/ folder is served by GitHub Pages and contains:
# - index.html and other HTML files (tracked)
# - _static/, _images/, _sources/ directories (tracked)
# - py3plex_documentation.pdf (tracked)
# - README.md (tracked)
# - .nojekyll file (tracked)
docs/.buildinfo
docs/.doctrees/
# Auto-generated API documentation (not needed in git, regenerated on build)
docfiles/AUTOGEN_results/
docfiles/sources/
docfiles/source/
docfiles/_sources/
# Binaries (users should install separately)
bin/Infomap
bin/node2vec
bin/*.exe
bin/*.dll
_build_test/
# Fuzzing artifacts
fuzzing/crashes/
fuzzing/*.log
crash-*
leak-*
timeout-*
slow-unit-*
doc-coverage.json
loc-stats.json
test-stats.json
coverage.json
coverage_*.json
property_coverage_*.json
property_test_coverage_*.json
# Generated report/summary txt files (agent-produced, not project assets)
PROJECT_SUMMARY.txt
*_REPORT.txt
auto/
LLM_ORIGINAL_BACKUP.md
mutants/
.mutmut-cache
# GUI data directories (runtime data, not source)
gui/data/uploads/*
gui/data/artifacts/*
gui/data/workspaces/*
!gui/data/**/.gitkeep
# Example output files (generated by examples)
output/
outputs/
examples/output/
examples/*/outputs/
examples/workflows/*.png
*_results/
workflow_results/
comparison_results/
network.gpickle
network.txt
book/_build/
*.csv
results/
/tmp/
tmp/