# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual environments
.venv/
venv/
env/

# Packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.test_artifacts/
.tmp/
.build_tmp/
.pkg_tmp/
.verify_env/
.verify_pkg/
pytest-cache-files-*/

# Local environment files
.env
.env.*
!.env.example

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

# OS files
.DS_Store
Thumbs.db

# Runtime output
outputs/
*.log

# Local scratch files
test.py
