-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (31 loc) · 900 Bytes
/
.gitignore
File metadata and controls
33 lines (31 loc) · 900 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
*~
*.pyc
*.pyd
*.so
*.c
__pycache__/
build/
builddir/
dist/
*.egg-info/
.pdm-build/
.pdm-python
# Library, not app — see `~/.claude/PROJECT-SETUP-NOTES.md` under "Lockfile policy".
# CI and downstream users fresh-resolve against pyproject.toml's declared floors;
# committing pdm.lock would hide upstream breakage we want to see early.
pdm.lock
.python-version
.venv/
.spyproject/
# Cython HTML annotations (generated by `cython -a`)
wlsqm/fitter/*.html
wlsqm/utils/*.html
.claude/
# Regenerable artifact from examples/lapackdrivers_example.py.
# The PNG sibling IS committed (it's referenced from README.md), but the
# PDF is just for vector-quality printing and would just churn whenever
# someone reruns the example.
lapack_timings.pdf
# Old name produced by versions of the example before v1.0; kept for
# back-compat in case anyone has stale copies in their working tree.
figure1_latest.pdf