aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 04318076098ec43fa82c1c98d58b866152951757 (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
# ---> 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/

# Comments
content/comments/

# Node.js
node_modules/