# Virtual environments
venv/
.venv/
env/

# Python bytecode
__pycache__/
*.pyc
*.pyo

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

# Testing
.pytest_cache/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Environment variables
.env

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

# OS
.DS_Store
Thumbs.db
