sentinel-blocks 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,27 @@
1
+ # node / typescript
2
+ node_modules/
3
+ dist/
4
+ *.tsbuildinfo
5
+
6
+ # python
7
+ __pycache__/
8
+ *.py[cod]
9
+ *.egg-info/
10
+ build/
11
+ .eggs/
12
+ .pytest_cache/
13
+
14
+ # compiled artifacts (C / C++ / Java / Rust / Go)
15
+ *.o
16
+ *.obj
17
+ *.class
18
+ a.out
19
+ /t
20
+ **/target/
21
+ **/*.test
22
+
23
+ # os / editors
24
+ .DS_Store
25
+ *.swp
26
+ .idea/
27
+ .vscode/