Skip to content

Commit 051532d

Browse files
author
daniele
committedJun 28, 2022
Project initialization
1 parent b6b68e3 commit 051532d

File tree

4 files changed

+53
-1
lines changed

4 files changed

+53
-1
lines changed
 

‎.gitignore

+52-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,55 @@ venv
33
.idea
44
nlp/2-text-clf/models
55
nlp/3-topic-modelling/models
6-
nlp/3-topic-modelling/data/News_Category_Dataset_v2.json
6+
nlp/3-topic-modelling/data/News_Category_Dataset_v2.json
7+
**/.ipynb_checkpoints/*
8+
**/.virtual_documents/*
9+
assets/.METADATA/job_run.*
10+
assets/job_run
11+
__pypackages__/
12+
__pycache__/
13+
*.py[cod]
14+
*$py.class
15+
*.so
16+
share/python-wheels/
17+
*.egg-info/
18+
.installed.cfg
19+
*.egg
20+
*.manifest
21+
*.spec
22+
pip-log.txt
23+
pip-delete-this-directory.txt
24+
htmlcov/
25+
.tox/
26+
.nox/
27+
.coverage
28+
.coverage.*
29+
.cache
30+
nosetests.xml
31+
coverage.xml
32+
*.cover
33+
*.py,cover
34+
.hypothesis/
35+
.pytest_cache/
36+
cover/
37+
*.mo
38+
*.pot
39+
local_settings.py
40+
db.sqlite3
41+
db.sqlite3-journal
42+
instance/
43+
.webassets-cache
44+
.scrapy
45+
docs/_build/
46+
.pybuilder/
47+
profile_default/
48+
ipython_config.py
49+
celerybeat-schedule
50+
celerybeat.pid
51+
.spyderproject
52+
.spyproject
53+
.ropeproject
54+
.mypy_cache/
55+
.pyre/
56+
.pytype/
57+
cython_debug/

‎assets/.METADATA/.gitkeep

Whitespace-only changes.

‎assets/.METADATA/.version.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":"\"2.0.0\"","source":"local"}

‎assettypes/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)