-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (54 loc) · 1.21 KB
/
Copy path.gitignore
File metadata and controls
65 lines (54 loc) · 1.21 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
/.mvn/.gradle-enterprise/
/.mvn/.develocity/
/.mvn/wrapper/maven-wrapper.jar
**/target/**
/java/tsfile/test.tsfile
# intellij IDE files
**/*.iml
**/.idea/
**/*.log
**/*.ipr
**/*.iws
.DS_Store
docs/node_modules/
docs/src/.vuepress/.cache/
docs/src/.vuepress/.temp/
docs/src/.vuepress/dist/
docs/pnpm-lock.yaml
# python files
python/build
python/dist
python/__pycache__
python/tsfile.egg-info
python/tsfile/__pycache__
python/tsfile/dataset/__pycache__
python/tsfile/*so*
python/tsfile/*dll*
python/tsfile/*dylib*
python/tsfile/*.h
python/tsfile/*.cpp
python/data
python/venv/*
python/tests/__pycache__/*
python/tests/*.tsfile
python/tsfile/include
cpp/cmake-build-debug-mingw/
cpp/third_party/googletest-release-1.12.1.zip
cpp/third_party/zlib-1.3.1
.vscode/
build/*
cpp/third_party/zlib-1.3.1/treebuild.xml
cpp/third_party/zlib-1.3.1/zlib-1.3.1/treebuild.xml
# Claude Code (local AI tooling — not uploaded; skill lives in cpp/tools/skills)
.claude/
# CodeGraph local index
.codegraph/
# Test-run artifacts (temp .tsfile/.dat written to the working dir or repo root)
cpp/cwrapper_*.tsfile
cpp/tsfile_writer_*.tsfile
cpp/*.dat
/*.tsfile
/*.dat
# AI workflow artifacts (kept local, not uploaded)
docs/superpowers/
/QA_Log.md