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

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

# IDE
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Linting
.ruff_cache/

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

# Logs
*.log
