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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Testing / Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Ruff / Linting
.ruff_cache/

# Type checking
.mypy_cache/
.pytype/

# OS files
.DS_Store
Thumbs.db

# Project specific
*.log
*.tmp
