# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.Python

# Build artifacts
build/
dist/
*.whl

# Virtual environments
.venv*/
venv*/
env/
.env-*/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
.cursor/

# OS
.DS_Store
Thumbs.db

# Local
.env
.env.local
