# Git repository
.git
.gitignore

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Python cache
__pycache__
*.pyc

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Examples
example
out

# Environment variables
.env
.env.*

# Documentation
*.md
LICENSE

# PyPI configuration file
.pypirc

# Distribution / packaging
pyproject.toml
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Github Actions
.github/