Ray1ee01 commited on
Commit
cfbd60e
·
verified ·
1 Parent(s): ab808d5

Upload modules/chart_engine/.gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. modules/chart_engine/.gitignore +62 -0
modules/chart_engine/.gitignore ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+ .Python
7
+ build/
8
+ develop-eggs/
9
+ dist/
10
+ downloads/
11
+ eggs/
12
+ .eggs/
13
+ lib64/
14
+ parts/
15
+ sdist/
16
+ var/
17
+ wheels/
18
+ *.egg-info/
19
+ .installed.cfg
20
+ *.egg
21
+ MANIFEST
22
+
23
+ # Log files
24
+ *.log
25
+ debug_output.log
26
+
27
+ # Temporary files and directories
28
+ tmp/
29
+ temp/
30
+ *.tmp
31
+ *.temp
32
+
33
+ # Environment
34
+ .env
35
+ .venv
36
+ env/
37
+ venv/
38
+ ENV/
39
+ env.bak/
40
+ venv.bak/
41
+ .python-version
42
+
43
+ # IDE specific files
44
+ .idea/
45
+ .vscode/
46
+ *.swp
47
+ *.swo
48
+ .DS_Store
49
+
50
+ # Project specific
51
+ # 临时生成的SVG文件
52
+ *.svg
53
+
54
+ # Node.js
55
+ node_modules/
56
+ npm-debug.log*
57
+ yarn-debug.log*
58
+ yarn-error.log*
59
+
60
+ # 除非有特殊需要,可以选择性地添加以下内容到版本控制中
61
+ # 以下内容通常是由代码生成的,不应被版本控制
62
+ # /static/lib/