# Python bytecode
__pycache__/
*.pyc
*.pyo

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

# Virtual environments
.venv/
venv/
env/
uv.lock

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Linter / type-checker caches
.ruff_cache/
.mypy_cache/

# macOS metadata
.DS_Store

# Environment variables
.env

# IDEs
.vscode/
.idea/
.cursor/
.claude/ 
   
# Folders
docs/
examples/

# Files
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz