fluidcontrol/.gitignore

40 lines
413 B
Plaintext
Raw Normal View History

2019-12-24 20:02:08 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Frontend
2019-12-25 19:18:15 +00:00
client/node_modules/
client/build/
2019-12-24 20:02:08 +00:00
# Visual Studio Code
.vscode