-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (63 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
74 lines (63 loc) · 1.2 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Byte-compiled
__pycache__/
*.py[cod]
*$py.class
# Distribution
dist/
build/
*.egg-info/
*.egg
# Data
*.db
data/
benchmarks/data/
# Virtual environments
.venv/
.venv-*/
venv/
env/
# Testing
.pytest_cache/
htmlcov/
.coverage
# Rust build artifacts
rust/target/
# Native extension (editable install)
*.so
*.dylib
omem_rust*.so
# Linter cache
.ruff_cache/
# IDE / local config
.claude/settings.local.json
# Documentation
# (Markdown files should be tracked)
# Local notes (not tracked)
.notes/
# --- COMMERCIAL CLOUD (never public) ---
omem/cloud/
.env.cloud
.env.cloud.example
deploy/docker/Dockerfile.cloud
deploy/docker/docker-compose.cloud.yml
deploy/docker/nginx.conf
deploy/docker/prometheus.yml
deploy/docker/grafana/
deploy/linode/
deploy/scripts/cloud-docker-*.sh
deploy/scripts/cloud-proof-deploy.sh
deploy/scripts/linode-*.sh
deploy/scripts/provision.sh
deploy/scripts/seed-demo-data.sh
deploy/scripts/deploy.sh
deploy/scripts/health-check.sh
deploy/scripts/teardown.sh
tests/test_cloud_*.py
benchmarks/token_savings.py
.github/workflows/cloud-preview.yml
.env.enterprise
.env.enterprise.example
deploy/scripts/enterprise-*.sh
DOCKER_TESTING.md
docs/guides/CLOUD_PROOF.md
docs/roadmap/AKAMAI_LINODE_DEPLOYMENT.md