# Environment
.env
.venv/
__pycache__/
*.pyc
.pytest_cache/

# IDE
.vscode/
.idea/

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

# OS
.DS_Store
