*.pyc

# temporary and backup files
.#*
\#*#
*~
*.bk
.*.swp

# setuptools artifacts
build/
dist/
.eggs/
*.egg-info/

# test artifacts
.coverage
cover/

# test virtual environments
.venv/
venv/
venv2/
venv3/
venv3?/

# Visual Studio Code configuration
.vscode/
