*egg*
env/
env-windows/
var/
log/
dist
__pycache__/
.cache/
tmp/

# Gitignores from https://github.com/github/gitignore

# Vi
*.swp
*.swo


# Vim
.*.sw[a-z]
*.un~


# OSX
.DS_Store?
Icon?

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes


# Python
*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Documentation
doc/build
# Unit test / coverage reports
.coverage*
htmlcov
coverage-report
.tox

# TextMate
*.tmproj
*.tmproject
tmtags

test.log

example.py
extensions
.env
.vagrant
myapp*.py

# redis test artifacts
dump.rdb

# testing
.pytest_cache

# VS Code
.vscode/

# PDM
.venv
__pypackages__
.pdm.toml
.pdm-python
