summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e285ffb441b05fb14772a61fe1de966300eeae5f (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
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Compiled translation catalogs
*.mo

# Pelican
output/

# Makefile
Makefile

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
local.env/

# Node.js
node_modules/