log_setup/.gitignore
2026-06-27 20:21:02 -04:00

17 lines
124 B
Plaintext

# claude
CLAUDE.md
# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
# env
.venv/
venv/
.env
.pytest_cache/