hhh-test / .gitignore
github-actions[bot]
Deploy from GitHub Actions (commit: eb2cb1538d89b3093b6b424824dd9aecfc99086b)
cff1e0e
raw
history blame contribute delete
302 Bytes
# Virtual environments
.venv/
venv/
env/
ENV/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
*.cover
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
.DS_Store?
._*
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp