moto/.gitignore
2018-12-28 20:49:24 -05:00

19 lines
170 B
Plaintext

moto.egg-info/*
dist/*
.cache
.tox
.coverage
cover/
*.pyc
*~
.noseids
build/
.idea/
*.swp
.DS_Store
python_env
.ropeproject/
.pytest_cache/
venv/
.python-version
.vscode/