# files
.env
.local.env
.DS_Store

# folders
build
dist
venv
site

# IDEs
.idea
*.swp

# python
__pycache__
.python-version
.pytest_cache
.mypy_cache
.coverage
*.pyc
*.egg-info
