Vladyslav Moroshan commited on
Commit
69ed08d
·
1 Parent(s): c4b87d2

Update .gitignore

Browse files
Files changed (1) hide show
  1. gitignore +7 -1
gitignore CHANGED
@@ -7,12 +7,12 @@ logs/
7
 
8
  wandb/
9
  AutogluonModels/
10
- .vscode/
11
 
12
  # Byte-compiled / optimized / DLL files
13
  __pycache__/
14
  *.py[cod]
15
  *$py.class
 
16
 
17
  # C extensions
18
  *.so
@@ -148,7 +148,9 @@ dmypy.json
148
  # Cython debug symbols
149
  cython_debug/
150
 
 
151
  .idea/
 
152
 
153
  # Ruff stuff:
154
  .ruff_cache/
@@ -156,6 +158,10 @@ cython_debug/
156
  # PyPI configuration file
157
  .pypirc
158
 
 
 
 
 
159
  # Datasets, logs, plots, etc.
160
  outputs/
161
 
 
7
 
8
  wandb/
9
  AutogluonModels/
 
10
 
11
  # Byte-compiled / optimized / DLL files
12
  __pycache__/
13
  *.py[cod]
14
  *$py.class
15
+ *.pyc
16
 
17
  # C extensions
18
  *.so
 
148
  # Cython debug symbols
149
  cython_debug/
150
 
151
+ # IDE
152
  .idea/
153
+ .vscode/
154
 
155
  # Ruff stuff:
156
  .ruff_cache/
 
158
  # PyPI configuration file
159
  .pypirc
160
 
161
+ # Caches
162
+ .triton/
163
+ .torchinductor/
164
+
165
  # Datasets, logs, plots, etc.
166
  outputs/
167