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

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

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

# Coverage and testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking and linting
.mypy_cache/
.ruff_cache/
.dmypy.json

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
