melisa/.gitignore
2022-03-18 14:57:47 +03:00

33 lines
No EOL
285 B
Text

# 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
.pytest_cache
_testing.py
# Packaging
*.egg-info
bin
docs/build
dist
MANIFEST
# IDE Ext's
.history/