-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (95 loc) · 1.65 KB
/
Copy path.gitignore
File metadata and controls
114 lines (95 loc) · 1.65 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Node.js
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.venv/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
!web/src/lib/
!web/src/lib/**
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.env
# Docker
docker-compose.override.yml
# IDEs
.vscode/
.idea/
*.swp
*.swo
# MacOS
.DS_Store
# Beever Atlas specific
bot/node_modules/
bot/dist/
bot/teams-app/beever-atlas-teams.zip
web/node_modules/
web/dist/
# Development worktrees
.dev/
# Tooling state (OMC, agents, etc.)
**/.omc/
.agents/
.impeccable.md
*.pen
# Stray version artifacts (e.g. pip's '=3.6.0' sentinel files)
=*
# Root package-lock (monorepo uses per-package locks)
/package-lock.json
# Claude Code runtime state
.claude/
# QA harness output artifacts
scripts/_qa_harness_out/
# Local scratch notes
daily_update.md
future/
# hypothesis cache
.hypothesis/
# Coverage artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml
# OpenSpec scratch artifacts — commit specific change dirs explicitly with `git add -f`
openspec/
web/openspec/
# Local env backups created by ./atlas on re-runs
# (glob covers .env.backup, .env.backup.<x> and .env.backup-<x> variants)
.env.backup*
# Local presentation drafts and ad-hoc debug scripts (intentionally untracked)
PRESENTATION.md
web/test-faq.mjs
# Local untracked assets, demo seed data, and deploy scripts (intentionally untracked)
assets/posters/
scripts/deploy/
demo/seed_slack.py
demo/slack_demo_conversations.json