Files

33 lines
355 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments & Secrets
.env
.env.local
.venv/
env/
venv/
ENV/
# Distribution / packaging
dist/
build/
*.egg-info/
# Unit test / coverage reports
.pytest_cache/
.coverage
# IDE & OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo
# Temporary test logs
test_llm_out.txt