-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (31 loc) · 817 Bytes
/
.gitignore
File metadata and controls
41 lines (31 loc) · 817 Bytes
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
# Ignore VSCode settings
.vscode/settings.json
# Ignore the virtual environment
.venv
.venv/*
# Ignore Python egg-info directories
*.egg-info/
# Ignore everything in raw_signals
raw_signals/*
# But keep the folder structure
!raw_signals/*/
# Add a rule to ignore all files in bittensor and tradingview directories
raw_signals/*/*
# Ensure .gitkeep (or any placeholder) is included to keep the directory structure
!raw_signals/*/.gitkeep
__pycache__/
**.pyc
**/credentials.json
**/signal_weight_config.json
**/*.pyc
account_asset_depths.json
# Raw signals files
raw_signals/*/*.log
raw_signals/*/*.json
raw_signals/*/archive/*.zip
# Keep the archive directories
!raw_signals/*/archive/.gitkeep
asset_mapping_config.json
bittensor_processor_config.json
execute_trades_backup_*.py
account_asset_leverages.json