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

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/
env/

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

# OS files
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Documentation
docs/_build/

# Local configuration
.env
.env.local

# Temporary files
*.tmp
*.bak
*.log
