# Python bytecode and native build products
__pycache__/
*.py[cod]
*.so

# Environments and local package state
.venv/
venv/
env/
__pypackages__/
*.egg-info/

# Builds
/build/
/dist/
/wheelhouse/

# Test, type-check, lint, and coverage caches
.coverage
.coverage.*
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/
coverage.xml
htmlcov/

# Notebook and IPython local state
.ipynb_checkpoints/
.ipython/
.jupyter/
/profile_*/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp

# Credentials and machine-local configuration
.env
.env.*
!.env.example
.envrc
.pypirc
*.key
*.pem
