| 123456789101112131415161718192021222324252627 |
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- # Virtual environments
- .venv/
- venv/
- ENV/
- # IDE
- .idea/
- .vscode/
- # Test artifacts
- .pytest_cache/
- .coverage
- htmlcov/
- # OS
- .DS_Store
- Thumbs.db
- # Temp
- *.tmp
- *.temp
- .ace-tool/
|