melisa/.gitignore

32 lines
266 B
Text
Raw Normal View History

2022-03-11 20:36:01 +03:00
# IDE Configuration files
.idea
.vscode
.vs
# Python Environment
*.py[dcw]
__pycache__
venv
virtualenv
pyvenv
Pipfile.lock
# Docs
docs/_build
# Dev Tools
tools/*
# Dev testing
dev
_testing.py
# Packaging
*.egg-info
bin
build
dist
MANIFEST
# IDE Ext's
.history/