# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Coverage
.coverage
.coverage.*
htmlcov/

# Builds and packaging
build/
dist/
*.egg-info/

# Environment and local configuration
.env
.env.*
!.env.example
.direnv/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
