moto/.gitignore
2020-04-30 09:10:42 -05:00

25 lines
223 B
Plaintext

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