# Ignore local virtualenvs
lib/
bin/
include/
.Python/

# These lines are suggested according to the svn:ignore property
# Feel free to enable them by uncommenting them
*.pyc
*.pyo

# autogenerated
organizze_client/_version.py
# setuptools
.eggs/

doc/*/_build
doc/*/.doctrees
doc/*/_changelog_towncrier_draft.rst
build/
dist/
*.egg-info
env/
.env/
.venv/
3rdparty/
.tox
.cache
.pytest_cache
.idea
.hypothesis
.pydevproject
.project
.settings
.vscode

# generated by pip
pip-wheel-metadata/