-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.gitignore
41 lines (40 loc) · 821 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*.pyc
/.idea/
/.pytest_cache
UnitTests/.pytest_cache
/.env
suggestions.py
/__pycache__
/Simulator/__pycache__
/Models/__pycache__
/interface/__pycache__
/UnitTests/__pycache__
/logs
/LogStorage
log.txt
/SavedModels
libdevice.10.bc
/Checkpoints
/core/build
/core/ctree/cytree.cpython-38-x86_64-linux-gnu.so
/core/ctree/cytree.cpython-310-x86_64-linux-gnu.so
/core/ctree/cytree.cpp
/core/ctree/build
.vscode/
core/ctree/cytree.cpython-39-x86_64-linux-gnu.so
core/ctree/cytree.cpython-39-darwin.so
core/ctree/cytree.cp39-win_amd64.pyd
# UI
Games/
PoroSight.DS_Store
PoroSight/node_modules
PoroSight/build
PoroSight/.svelte-kit
PoroSight/package
PoroSight/.env
PoroSight/.env.*
!PoroSight/.env.example
PoroSight/vite.config.js.timestamp-*
PoroSight/vite.config.ts.timestamp-*
PoroSight/bun.lockb
PoroSight/package-lock.json