moto/.gitignore

26 lines
232 B
Plaintext
Raw Normal View History

2013-02-26 04:56:41 +00:00
moto.egg-info/*
dist/*
.cache
2013-10-04 00:34:13 +00:00
.tox
.coverage
cover/
2013-02-18 21:28:08 +00:00
*.pyc
2013-12-26 16:43:18 +00:00
*~
2013-10-30 21:23:12 +00:00
.noseids
build/
2013-12-26 16:42:41 +00:00
.idea/
2014-08-27 16:45:17 +00:00
*.swp
.DS_Store
python_env
.ropeproject/
2018-04-13 11:21:48 +00:00
.pytest_cache/
venv/
2019-08-02 16:28:47 +00:00
env/
2018-11-27 15:02:46 +00:00
.python-version
2019-02-26 00:27:25 +00:00
.vscode/
tests/file.tmp
.eggs/
2020-02-01 21:05:05 +00:00
.mypy_cache/
*.tmp
2020-03-11 20:07:08 +00:00
.venv/
htmlcov/