| 12345678910111213141516171819202122232425262728293031323334353637 |
- # Storage
- storage/
- # IDE
- .idea/
- .vscode/
- *.iml
- # Claude
- .claude/
- # Python
- __pycache__/
- *.py[cod]
- *.pyo
- .Python
- *.egg-info/
- dist/
- build/
- .eggs/
- *.egg
- .venv/
- venv/
- env/
- # Logs
- *.log
- logs/
- # OS
- .DS_Store
- Thumbs.db
- # Test
- .pytest_cache/
- .coverage
- htmlcov/
|