# Build
dist/
build/
*.egg-info/
*.egg

# Virtual env
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.pyc
__pycache__/

# Twine
.pypirc
