Marvin/.gitignore
2021-11-05 11:59:41 +01:00

19 lines
161 B
Text

# PyCharm
.idea/
# Config
config.yaml
# Environment
.env
venv/
# Templates
templates/*
!templates/example_template
# Logs
marvin.log
# pycache
__pycache__/