-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (61 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
73 lines (61 loc) · 1.05 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
# Python
**/__pycache__/
**/.idea/
**/.vscode/
**/venv/
**~
**.pyc
**.log
# Vendored dependencies (following pip's approach)
# NOTE: Vendored source code IS checked into git (like pip does)
# Only ignore generated files from vendored packages
src/d810/_vendor/**/__pycache__/
src/d810/_vendor/**/*.pyc
src/d810/_vendor/**/*.pyo
src/d810/_vendor/**/*.egg-info/
# AI tools
.cursorindexignore
.cursorignore
.cursorrules
.cursor/
# AI CLI Crap
GEMINI.md
CLAUDE.md
CODEX.md
ANTHROPIC.md
.context/
# Backup files
*.bak
# Python
*.egg-info/
.coverage*
htmlcov/
.pytest_cache/
dist/
build/
# C
c*?_debug/
# ionide
.fake
# Project Specific
samples/src/**/*.d
samples/src/**/*.o
samples/bins/*
!samples/bins/**/*.dll
!samples/bins/**/*.so
!samples/bins/**/*.dylib
!samples/bins/**/*.pdb
!samples/bins/**/*.dSYM/
!src/include/**/*.h
!src/include/**/*.hpp
!src/include/**/*.hxx
src/d810/**/*.cpp
src/d810/**/*.so
src/d810/**/*.dll
src/d810/**/*.html
src/d810/**/*.so.dSYM
.env
_indexable
# Test capture databases
tests/system/.test_results.db
tests/system/.pseudocode_capture.db