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
# Rust build artifacts
/target/
/torc-server/target/
/torc/target/
# Database files
/db/*
/db/sqlite/*.db
/db/sqlite/*.db-shm
/db/sqlite/*.db-wal
# Environment files
.env.local
# Editor files
*.swp
*.swo
*~
.DS_Store
# IDE directories
.idea/
.vscode/
*.iml
# Python (for python_client)
python_client/.venv/
python_client/**/__pycache__/
examples/python/**/__pycache__/
python_client/**/*.pyc
python_client/**/*.pyo
python_client/**/*.egg-info/
torc-server/db/sqlite/dev.db-shm
torc-server/db/sqlite/dev.db-wal
julia_client/Torc/Manifest.toml
output