# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/

# Logs
logs/
*.log

# Environment variables
.env

# System files
.DS_Store
Thumbs.db

# Testing & tooling artifacts
.hypothesis/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
systests/

# Build & distribution
dist/
build/
*.egg-info/
