~cytrogen/evi-run

ref: 7feec6fc5e0e3a97d110a3cf8691b6165e2e2080 evi-run/.gitignore -rw-r--r-- 366 bytes
7feec6fc — Bendy Fixed a web search issue. DEX analytics is separated into a separate agent. Some other tool routing errors have been fixed. 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
27
28
29
30
31
32
33
34
# 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/

# Local tests (excluded from VCS as requested)
tests/

# Pytest artifacts
.pytest_cache/
.coverage
pytest.ini