Files
hoot100/.gitignore

34 lines
230 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.env
.venv
env/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage