# bytecode
__pycache__/
*.py[cod]
*$py.class

# environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.idea/
.vscode/
*.swp
*.swo

# distribution / packaging
dist/
build/
*.egg-info/

# tests & coverage
.pytest_cache/
.coverage
htmlcov/