website/.gitignore

5 lines
83 B
Plaintext

# Ignore Python virtual environment.
.env/
# Ignore mkdocs build dir.
site/
.cache/