# Python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache

# Environment
.env

# Virtual environment
.venv

# IDE
.idea

# pytest
.pytest_cache