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

# Native extensions
*.so

# Virtual environments
.venv/
venv/
env/
.venv-*/

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

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
*.py,cover

# Type-checking and lint caches
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# Build-tool caches
.hatch/
.tox/
.nox/

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~

# Operating-system files
.DS_Store
Thumbs.db

# Environment and secrets
.env
.env.*
!.env.example