moto/.gitignore
2019-08-03 01:28:47 +09:00

23 lines
198 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/