1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00
Files
dotdrop/.gitignore
Marcel Robitaille b8457dfcee Ignore venv folder
2021-02-06 22:38:44 -05:00

26 lines
275 B
Plaintext

*.pyc
.coverage
.idea/
.vscode/
.atom/
dist/
build/
*.egg-info/
tags
env
htmlcov
# Snap packages
parts/
prime/
stage/
*.snap
/packages/snap/.snapcraft/
# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container
/packages/*_source.tar.bz2
venv