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

# Compiled translation catalogs
*.mo

# Pelican
output/
output_tux/

# Makefile
Makefile

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

# Comments
content/comments/

# Node.js
node_modules/