# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv
venv/
env/

# Unit test / coverage reports
.pytest_cache/
htmlcov/
.tox/
.coverage
.coverage.*
coverage.xml

# mypy
.mypy_cache/

# dotenv
.env

# IDE
.idea/
*.iml
.vscode/

# macOS
.DS_Store
