43 lines
303 B
Plaintext
43 lines
303 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Testing
|
|
.coverage
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
reports/
|
|
.nox/
|
|
.tox/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Docs
|
|
docs/_build/
|
|
site/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# CI
|
|
.forgejo/
|
|
|
|
# Other
|
|
.DS_Store
|
|
*.log |