# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
tests/config/test_config.yaml

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

# IDE files
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db