You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
305 B

# Secrets — never commit
.env
.env.*
# Python
venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Eval artifacts (raw results — commit only if you want)
evals/results.json
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp