# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
env/

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

# Git
.git/
.gitignore

# Documentation
*.md
!README.md

# Tests
tests/
.pytest_cache/

# Development tools
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/