pdflinkcheck 1.1.61__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.py[oc]
4
+ build/
5
+ dist/
6
+ wheels/
7
+ *.egg-info
8
+ .python-version
9
+
10
+ # Virtual environments
11
+ .venv/
12
+
13
+ .ipynb_checkpoints/
14
+
15
+ # Samples, examples, sandbox
16
+ src/sample/
17
+ src/example/
18
+ src/sandbox/
19
+ src/defunct/
20
+
21
+ # Ignore the copies created by datacopy.py
22
+ src/pdflinkcheck/data/pyproject.toml
23
+ src/pdflinkcheck/data/LICENSE
24
+ src/pdflinkcheck/data/README.md
25
+
26
+ uv.lock