~cytrogen/evi-run

ref: 83074253e14cadd50dd0f89af805b9e10c8c83b2 evi-run/.gitignore -rw-r--r-- 255 bytes
83074253 — Bendy Update Python version in README 5 months ago
                                                                                
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
# Virtual environments
venv/
env/
.venv/
docs/.venv/
site/
docs/site/
.cache/
docs/.cache/
docs/

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Environment and configuration files
.env
mkdocs.yml

# Logs
*.log

# Temporary files
.DS_Store
__MACOSX/