# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

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

# IDEs
.idea/
.vscode/

# Ruff / Pytest
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
