-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 849 Bytes
/
.gitignore
File metadata and controls
43 lines (37 loc) · 849 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
# ── MoleCode repo: only molecode/, examples/, docs/ and the top-level
# packaging files are tracked. Everything below is local research material
# or build/cache cruft that must NOT be published.
# Original research working dirs (kept locally, never committed).
# Leading slash anchors to repo root so molecode/markush/ is NOT matched.
/mgl_code/
/markush/
/MoleCode_paper/
/__MACOSX/
# macOS
.DS_Store
**/.DS_Store
# Python
__pycache__/
**/__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ipynb_checkpoints/
# Virtual environments
.venv/
venv/
env/
# Editor / misc
*.swp
*.swo
.idea/
.vscode/
# Large local artifacts / scratch
*.zip
*.png.bak
molecode_ocsr_demo.png # generated by examples/08_image_to_molecode.py
*.mmd # scratch MoleCode graphs from the file-based workflow
*.smi