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

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

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env

# Testing
.pytest_cache/
.coverage
htmlcov/
TestResults/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# C extensions
*.so

# IDEs and editors
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/launch.json
!.vscode/extensions.json

# System files
.DS_Store
Thumbs.db
node_modules/
