blob: cc2cc17bbb34d8aa88628f833ec230234bd0edf0 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# private
inleverdocumenten/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# database
database/*.db
database/*.db-journal
database/*.sqlext
# node / ts
*.js
!next.config.js
*.d.ts
node_modules/
# eslint
.eslintcache
# next.js
.next/
# voerbak
voerbak/voerbak
voerbak/*.o
voerbak/tests/*
|