__pycache__/
*.pyc
.DS_Store

# Virtual environments
.venv*/
venv/

# Environment files (secrets)
.env
.env.*
!.env.example

# Test/cache
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/

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