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

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# database
database/*.db

# node / ts
*.js
*.d.ts
node_modules/

# eslint
.eslintcache