forked from nautechsystems/nautilus_trader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (71 loc) · 1.04 KB
/
.gitignore
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
*.c
*.o
*.so
*.exp
*.obj
*.lib
*.xml
# Logs and patches
*.log
*.patch
log/
logs/
# Profiler and database
*.prof
*.rdb
*.sqlite
# Secrets and environment files
*.key
*.key_secret
*.env
# Compressed files
*.tar.gz*
*.zip
# IntelliJ and VSCode project
*.iml
.idea/
.vscode/
# Benchmarking and coverage
.benchmarks*
.coverage*
# Rust related
*target/
# Python related
*.pyc
*.pyd
.history*
.cache/
.mypy_cache/
.profile/
.pytest_cache/
.ruff_cache/
*dask-worker-space*
venv*/
__pycache__/
# Build environment and temp
_build/
build/
dist/
env/
*temp/
# System and editor specific
.cursorignore
.DS_Store
.null-ls*
PERF.JSON
output.json
# Docs and notebooks
examples/backtest/notebooks/catalog
# Nautilus specific
bench_data/
/api_reference
/catalog/
/examples/notebooks/catalog/
nautilus_trader/**/.gitignore
nautilus_trader/test_kit/mocks/.nautilus/
tests/test_data/catalog/
tests/unit_tests/catalog/
tests/unit_tests/persistence/catalog
# Exceptions
!/nautilus_core/adapters/src/databento/test_data/*
!tests/integration_tests/adapters/betfair/responses/*.log