31 lines
415 B
Text
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/
|