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

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

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
.ruff_cache/

# OS generated files
.DS_Store
Thumbs.db

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

# Test coverage
.coverage
htmlcov/
.pytest_cache/

# Logs
*.log

# Documentation
site/