occulus 1.0.0__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,37 @@
1
+ # Environment / secrets
2
+ .env
3
+ .env.*
4
+
5
+ # Python
6
+ __pycache__/
7
+ *.py[cod]
8
+ *.egg-info/
9
+ dist/
10
+ build/
11
+ .eggs/
12
+
13
+ # Hatch / venvs
14
+ .hatch/
15
+ .venv/
16
+ venv/
17
+
18
+ # Testing / coverage
19
+ .coverage
20
+ htmlcov/
21
+ .pytest_cache/
22
+
23
+ # Editors
24
+ .vscode/
25
+ .idea/
26
+ *.swp
27
+
28
+ # OS
29
+ .DS_Store
30
+ Thumbs.db
31
+
32
+ # Outputs (large generated files — keep PNGs for README but not data)
33
+ examples/outputs/*.laz
34
+ examples/outputs/*.las
35
+ examples/outputs/*.xyz
36
+ .claude/
37
+ branding/