fmartingr.com/.gitignore

26 lines
185 B
Plaintext

# python
__pycache__
.venv
# emacs
*~
# static js
assets/static/js
assets/static/css
# Tests
tests/venv
# Build
public
# Lektor
.lektor
packages/**/*.egg-info
# macOS
.DS_Store