-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
62 lines (54 loc) · 993 Bytes
/
.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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# IntelliJ
.idea/
# macOS specific files
.DS_Store
# unwanted files
*/filtered_dict.json
src/team_comm_tools/features/lexicons/liwc_lexicons/*
src/team_comm_tools/features/lexicons/liwc_lexicons_small_test/*
src/team_comm_tools/features/lexicons/certainty.txt
src/team_comm_tools/modules/
src/team_comm_tools/output/*
src/team_comm_tools/ipython_notebooks/.ipynb_checkpoints/
tests/ipython_notebooks/.ipynb_checkpoints/
tests/data/vector_data/
tests/test.log
tests/output/*
tests/vector_data/*
src/utils/__pycache__/
.idea/
*.py[cod]
src/data/vectors/sentence
src/data/vectors/sentiment
src/features/lexicons/certainty.txt
examples/vector_data/*
examples/output/*
node_modules/
# testing
/output
/vector_data
test.py