forked from bancorprotocol/fastlane-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (64 loc) · 1.14 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
*/__delme__/*
delme
__pycache__/*
*.pyc
*/out/*
*.pdf
topaze
*.gif
*.json
.sourcery.yaml
.DS_Store
.idea/*
.idea/modules.xml
.idea/v4-math-and-theory.iml
*.xml
*.iml
*.sqlite
.hypothesis
.ipynb_checkpoints
carbon/tools/*
*/.idea/*
*/.vscode/*
*/.pytest_cache/*
*/.cache/*
*/.coverage
*/.coverage.*
*/.cover
NBTest/carbon/*
NBTest/carbon
resources/NBTest/fastlane_bot
/.env
*.env
# Ignore all files in the build directory
build/
# Ignore all files in the dist directory
dist/
# Ignore all files in the .eggs directory
.eggs/
*.egg-info
*.egg
*.egg-info/*
# Ignore all files in the .tox directory
.tox/
# Ignore all files in the .venv directory
.venv/
# Ignore all files in the .mypy_cache directory
.mypy_cache/
# Ignore all files in the .pytest_cache directory
.pytest_cache/
# Ignore all files in the .coverage directory
.coverage
# Ignore all files in the .coverage.* directory
.coverage.*
fastlane_bot/data/combined_tables_old.csv
latest_event_data.json
latest_pool_data.json
missing_events.json
*.log
logs/*
/token_details.csv
/fastlane_bot/data/blockchain_data/*/token_detail/
missing_tokens_df.csv
tokens_and_fee_df.csv
fastlane_bot/tests/nbtest/*