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

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

# Virtual environments
.venv/
venv/

# Tooling
.mypy_cache/
.pytest_cache/
ruff_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
.DS_Store

# Local env
.env
.env.*
