1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00
Files
dotdrop/.gitignore
deadc0de6 cee443d518 linting
2024-02-18 22:38:20 +01:00

32 lines
298 B
Plaintext
Vendored

# python stuff
*.pyc
__pycache__
dist/
build/
*.egg-info/
tags
env
venv
.pytest_cache
.mypy_cache
# coverage stuff
.coverage
.coverage*
htmlcov
coverages/
coverage.xml
# IDE
.idea/
.vscode/
.atom/
# Snap packages
parts/
prime/
stage/
*.snap
/packages/snap/.snapcraft/
/packages/*_source.tar.bz2