Skip to content

Commit 95bc1ba

Browse files
authored
Merge pull request #22 from ctavolazzi/dev
Merge Dev and Prepare for AugoGen Rewrite
2 parents bd1da41 + d6332c1 commit 95bc1ba

File tree

419 files changed

+48479
-512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+48479
-512
lines changed

.gitignore

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
# General
2+
*.log
3+
*.pyc
4+
*.token
5+
.DS_Store
6+
.env
7+
8+
# Python
9+
## Byte-compiled / optimized / DLL files
10+
__pycache__/
11+
*.py[cod]
12+
*$py.class
13+
14+
## C extensions
15+
*.so
16+
17+
## Distribution / packaging
18+
.Python
19+
build/
20+
develop-eggs/
21+
dist/
22+
downloads/
23+
eggs/
24+
.eggs/
25+
lib/
26+
lib64/
27+
parts/
28+
sdist/
29+
var/
30+
wheels/
31+
*.egg-info/
32+
.installed.cfg
33+
*.egg
34+
35+
## Virtual environment
36+
venv/
37+
ENV/
38+
env/
39+
env.bak/
40+
venv.bak/
41+
novasdk/
42+
novagpt/
43+
44+
## Spyder project settings
45+
.spyderproject
46+
.spyproject
47+
48+
## PyCharm
49+
.idea/
50+
*.iws
51+
*.iml
52+
*.ipr
53+
54+
## Jupyter Notebook
55+
.ipynb_checkpoints
56+
57+
# Node.js
58+
node_modules/
59+
npm-debug.log
60+
61+
# Configurations
62+
config/private/
63+
64+
# OAuth
65+
token.json
66+
67+
# Test reports
68+
htmlcov/
69+
.tox/
70+
.nox/
71+
.coverage
72+
.coverage.*
73+
.cache
74+
nosetests.xml
75+
coverage.xml
76+
*.cover
77+
.hypothesis/
78+
.pytest_cache/
79+
pytestdebug.log
80+
81+
# Database
82+
*.db
83+
*.sql
84+
*.sqlite
85+
86+
# Others
87+
instance/
88+
.webassets-cache
89+
90+
# .gitignore
91+
92+
# Ignore private credentials and sensitive data
93+
config/private/
94+
NovaSystem-Personal-Desktop-credentials.json
95+
96+
# Ignore environment files
97+
.env
98+
99+
# Ignore OAuth 2.0 token file
100+
token.json
101+
102+
# Ignore system files
103+
.DS_Store
104+
105+
# Ignore node modules for JavaScript projects
106+
node_modules/
107+
108+
# Ignore Python virtual environments and cache files
109+
venv/
110+
*.pyc
111+
112+
# Ignore log files
113+
*.log
114+
115+
# Ignore build files
116+
dist/
117+
build/
118+
119+
# Ignore token files
120+
*.token
121+
122+
# Ignore specific file structures and temporary files
123+
NovaSystem_file_structure_*.txt
124+
*.tmp
125+
*.temp
126+
127+
128+
__pycache__/
129+
*.pyc

Archive/.vscode/extensions.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

Archive/.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

Archive/External_Modified_Libs_2/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 02:43:32
3+
**Location:** NovaSystem
4+
## Entry
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 02:43:33
3+
**Location:** NovaSystem
4+
## Entry
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 02:52:29
3+
**Location:** NovaSystem
4+
## Entry
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 02:55:26
3+
**Location:** NovaSystem
4+
## Entry
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 02:59:49
3+
**Location:** NovaSystem
4+
## Entry
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AI Conversation
2+
**Date:** 2023-11-28 03:05:45
3+
**Location:** NovaSystem
4+
## Entry

0 commit comments

Comments
 (0)