20 lines
168 B
Text
20 lines
168 B
Text
# PyCharm
|
|
.idea/
|
|
|
|
# Config
|
|
config.yaml
|
|
|
|
# Environment
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# Templates
|
|
templates/*
|
|
!templates/example_template
|
|
|
|
# Logs
|
|
marvin.log
|
|
|
|
# pycache
|
|
__pycache__/
|