File tree 1 file changed +37
-30
lines changed
1 file changed +37
-30
lines changed Original file line number Diff line number Diff line change 1
1
* .c
2
2
* .o
3
3
* .so
4
- * .pyc
5
- * .pyd
6
4
* .exp
7
5
* .obj
8
6
* .lib
7
+ * .xml
8
+
9
+ # Logs and patches
9
10
* .log
10
11
* .patch
12
+ log /
13
+ logs /
14
+
15
+ # Profiler and database
11
16
* .prof
12
17
* .rdb
13
- * .xml
18
+ * .sqlite
19
+
20
+ # Secrets and environment files
14
21
* .key
15
22
* .key_secret
16
- * .sqlite
17
23
* .env
24
+
25
+ # Compressed files
18
26
* .tar.gz *
19
27
* .zip
20
- * .iml
21
28
22
- * .dbz
23
- * .dbn
24
- * .dbn.zst
25
- ! / nautilus_core / adapters / src / databento / test_data / *
29
+ # IntelliJ and VSCode project
30
+ * .iml
31
+ .idea /
32
+ .vscode /
26
33
34
+ # Benchmarking and coverage
27
35
.benchmarks *
28
36
.coverage *
37
+
38
+ # Rust related
39
+ * target /
40
+
41
+ # Python related
42
+ * .pyc
43
+ * .pyd
29
44
.history *
30
45
.cache /
31
- .env /
32
- .git /
33
- .idea /
34
- .ipynb_checkpoints
35
46
.mypy_cache /
36
47
.profile /
37
48
.pytest_cache /
38
- .python-version
39
49
.ruff_cache /
40
- .vscode /
41
-
42
- /catalog /
43
- /examples /notebooks /catalog /
50
+ * dask-worker-space *
51
+ venv * /
44
52
45
- __pycache__
53
+ # Build environment and temp
46
54
_build /
47
55
build /
48
- data_catalog /
49
56
dist /
50
57
env /
51
- log /
52
- logs /
53
- secrets /
54
- ta-lib /
55
58
* temp /
56
- * target /
57
- venv * /
58
59
60
+ # System and editor specific
61
+ .cursorignore
59
62
.DS_Store
60
63
.null-ls *
61
64
PERF.JSON
62
65
output.json
63
- * dask-worker-space *
64
- .cursorignore
65
66
67
+ # Docs and notebooks
66
68
docs /** /* .ipynb
67
69
examples /backtest /notebooks /catalog
70
+
71
+ # Nautilus specific
72
+ bench_data /
73
+ /catalog /
74
+ /examples /notebooks /catalog /
68
75
nautilus_trader /** /.gitignore
69
76
nautilus_trader /test_kit /mocks /.nautilus /
70
77
tests /test_data /catalog /
71
78
tests /unit_tests /catalog /
72
79
tests /unit_tests /persistence /catalog
73
- bench_data /
74
80
81
+ # Exceptions
82
+ ! /nautilus_core /adapters /src /databento /test_data /*
75
83
! tests /integration_tests /adapters /betfair /responses /* .log
76
- ** /test_db.sqlite
You can’t perform that action at this time.
0 commit comments