# Virtual environments
venv/
env/
ENV/

# Build artifacts
dist/
*.egg-info/
build/

# Python cache
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test files
.pytest_cache/
.coverage
htmlcov/

# Temporary files
*.tmp
*.log
