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

# Documentation output
site/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
ENV/

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

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Secrets (should never be committed)
.env
.env.*
*.pem
*.key
secrets*
