forked from pesc101/exp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (38 loc) · 954 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
# This file lists file patterns that should be ignored by Git.
# Personal ignore patterns, which are not under version control and
# shared with other users, can be added to the .git/info/exclude file.
# See also `man gitignore` for more information.
# Ignore top-level hidden files by default. If such a file needs to be
# tracked by Git, an exception should be added using the "!" notation.
.*
!.dockerignore
!.dvc/config
!.gitattributes
!.gitignore
!.gitlab-ci.yml
!.pre-commit-config.yaml
# User-specific package list
requirements/extra.txt
# Distribution / packaging
*.egg-info/
# Byte-compiled and C extension files
__pycache__/
*.py[cod]
*.so
# Logs and outputs
*.log
src/outputs/*
## Data folder
raw
docker/ollama
docker/ollama_data
docker/ollama-dc/ollama_data
docker/qdrant/data
docker/qdrant/models
docker/qdrant/qdrant_store
# Accept .env
!.env.secret.example
# Ignore Output files
outputs/*
wandb/*
## Test Notebooks & Python files