# byte-compiled
**/__pycache__
**/*.so

# custom token holder
pypi-token.pypi

# python virtual environment
.venv


# python wheel
dist


# dotenv environment variables file
.env
.env.test
!.env.example


# macos
.DS_Store


# python
__pycache__


# workspace
.idea
.ignore
.vscode
