# Python cache files
__pycache__/
*.pyc
*.egg-info/

# Virtual environments
.venv/

# Environment variables
.env

# Generated documentation
docs/

# Build artifacts
dist/
build/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# OS files
.DS_Store
