Files
language-llm/.gitignore
2026-02-12 18:45:10 +01:00

29 lines
215 B
Plaintext

# Byte-compiled
__pycache__/
*.py[cod]
# Virtual env
venv/
.venv/
# Environment
.env
*.db
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Test artifacts
test.db
.pytest_cache/
htmlcov/
.coverage
# Logs
logs/