aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: da126dabb91f5c90f30c5e6c1e3aeccb8c9e56bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# database
database/*.db

# node / ts
*.js
node_modules/

# eslint
.eslintcache