# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment files
.env
.env.*
!.env.example
!.env.sample

# Testing and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Packaging artifacts
build/
dist/
*.egg-info/
.eggs/

# Logs
*.log
