pytecgg 0.1.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,50 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # Distribution / packaging
7
+ build/
8
+ dist/
9
+ wheels/
10
+ target/
11
+
12
+ # Environments
13
+ .env
14
+ .env.secret
15
+ .venv
16
+ env/
17
+ venv/
18
+ ENV/
19
+ env.bak/
20
+ venv.bak/
21
+
22
+ # VS Code
23
+ .vscode/
24
+
25
+ # mypy
26
+ .mypy_cache/
27
+ .dmypy.json
28
+ dmypy.json
29
+
30
+ # Cython debug symbols
31
+ cython_debug/
32
+
33
+ # Test data
34
+ # rinex/**/
35
+
36
+ # Pytest cache
37
+ .pytest_cache/
38
+
39
+ # Jupyter Notebook
40
+ jupyters/
41
+
42
+ # Coverage reports
43
+ .coverage
44
+
45
+ # Utility scripts
46
+ scripts/
47
+
48
+ # Markdown
49
+ # *.md
50
+ # !README.md