1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 11:36:45 +00:00
Files
dotdrop/.gitignore
2026-01-02 22:18:40 +01:00

36 lines
322 B
Plaintext
Vendored

# python stuff
*.pyc
__pycache__
dist/
build/
*.egg-info/
tags
env
venv
.venv
.venv*
.env
.env*
.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