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

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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.dmypy.json

# Environment
.env
.env.local
.python-version

# Logs
*.log

# OS
.DS_Store
Thumbs.db
