File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ # Byte-compiled / optimized / DLL files
2+ __pycache__ /
3+ * .py [cod ]
4+ * $py.class
5+
6+ # C extensions
7+ * .so
8+
9+ # Distribution / packaging
10+ .Python
11+ env /
12+ venv /
13+ ENV /
14+ env.bak /
15+ venv.bak /
16+ * .egg-info /
17+ dist /
18+ build /
19+ .eggs /
20+
21+ # Jupyter Notebook checkpoints
22+ .ipynb_checkpoints
23+
24+ # PyInstaller
25+ * .manifest
26+ * .spec
27+
28+ # Installer logs
29+ pip-log.txt
30+ pip-delete-this-directory.txt
31+
32+ # Unit test / coverage reports
33+ htmlcov /
34+ .tox /
35+ .nox /
36+ .coverage
37+ .coverage. *
38+ .cache
39+ nosetests.xml
40+ coverage.xml
41+ * .cover
42+ .hypothesis /
43+
44+ # Model and scaler files
45+ * .pkl
46+
47+ # Environment variables
48+ .env
49+ .env. *
50+
51+ # Docker
52+ * .log
53+ docker-compose.override.yml
54+
55+ # VS Code
56+ .vscode /
57+
58+ # macOS
59+ .DS_Store
60+
61+ # System files
62+ Thumbs.db
You can’t perform that action at this time.
0 commit comments