ResearchAgent/.gitignore

13 lines
145 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
# Umgebungsvariablen (WICHTIG!)
.env
# Docker & Playwright
.pytest_cache/
browser_data/