# Python
__pycache__/
*.py[cod]
*.pyo
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# llmqt outputs (directories created by the script)
# Uncomment to ignore all test output dirs:
# */

# IDE
.idea/
.vscode/
*.swp
*.swo

# Env
.env
