Files

25 lines
245 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Python tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Build artifacts
build/
dist/
*.egg-info/
# Editor/OS files
.vscode/
.idea/
.DS_Store
Thumbs.db