-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (30 loc) · 767 Bytes
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
# Virtual environments
.venv/
.env/
venv/
env/
# Allure and pytest reports
allure-reports/
allure-results/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ipynb_checkpoints/
# Correct answers (ln -s) and sandbox dir
koodit/src/sandbox/
koodit/src/vastaukset
koodit/src/ml.egg-info/
# OS-specific files
.DS_Store
# Anything in data folder, EXCEPT the tiny course related sets
koodit/data/*
!koodit/data/bike_or_car/
!koodit/data/clustering/
!koodit/data/y_skills/
/notebooks/data/hate-speech-and-offensive-language/*
!/notebooks/data/hate-speech-and-offensive-language/data/
/notebooks/data/hate-speech-and-offensive-language/data/*
!/notebooks/data/hate-speech-and-offensive-language/data/labeled_data.csv