-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
96 lines (92 loc) · 2.41 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File partially derived from https://github.com/github/gitignore
# See upstream repo for more entries
### Project files
/data/
### Programming language files
## Java files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Java.gitignore
# Compiled class files
*.class
## JavaScript files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Node.gitignore
# Nodenv files
.node-version
# NPM files
node_modules/
# Yarn files
.pnp.*
.yarn/build-state.yml
.yarn/cache/
.yarn/install-state.gz
.yarn/unplugged/
## Python files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Python.gitignore
# Byte-compiled / optimized / DLL files
*$py.class
*.py[cod]
__pycache__/
# Code quality tooling files
.coverage
.coverage.*
.mypy_cache/
.nox/
.pytest_cache/
.ruff_cache/
.tox/
htmlcov/
# Distribution / packaging files
*.egg-info/
# Jupyter notebook files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/community/Python/JupyterNotebooks.gitignore
*/.ipynb_checkpoints/
.ipynb_checkpoints
# Pyenv files
.python-version
# Virtual environment files
.env/
.venv/
env/
venv/
### Tooling files
## Direnv files
.envrc
## JetBrains files
.idea/
## Vim files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Vim.gitignore
# Swap files
[._]*.s[a-v][a-z]
!*.svg
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
## Visual Studio Code files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/VisualStudioCode.gitignore
# Configuration files
.vscode/*
!.vscode/*.code-snippets
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
### Operating system files
## Linux files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Linux.gitignore
*~
# .nfs files are created when a file open with NFS is removed while still being accessed
.nfs*
## macOS files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/macOS.gitignore
.DS_Store
# Thumbnails
._*
## Windows files
# From https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Windows.gitignore
# Folder config file
[Dd]esktop.ini
# Thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db