riftor 0.0.1__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,24 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.egg-info/
5
+ .eggs/
6
+ build/
7
+ dist/
8
+
9
+ # uv / venv
10
+ .venv/
11
+ uv.lock
12
+
13
+ # riftor local state
14
+ .riftor/
15
+ *.sqlite
16
+ *.sqlite3
17
+ engagements/
18
+ reports/
19
+
20
+ # OS / editor
21
+ .DS_Store
22
+ *.swp
23
+ .idea/
24
+ .vscode/