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

# Virtual environments
.venv/
venv/
env/

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

# Environment and secrets
.env
.env.*

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
