toddlers/.gitignore
Mattia Verga 0722694344 Add Vagrantfile for development
Signed-off-by: Mattia Verga <mattia.verga@proton.me>
2022-08-30 10:23:11 +02:00

31 lines
415 B
Text

# setuptools related
/build/
/dist/
/toddlers.egg-info/
# Visual Studio Code configuration
/.vscode
# tox related files
.tox/
# Coverage related
/htmlcov/
/.coverage
/coverage.xml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Configuration file recommended to generate in the README
toddlers.toml
# Test related files
tests/msg.json
# Python virtualenv
.venv/
# Vagrant related
.vagrant/