# Virtual environments
venv/
.venv/
env/

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

# Environment variables / secrets
.env
.env.local
*.pem
*.key
.pypirc

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache
.pre-commit/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Python version manager
.python-version

# Editable install metadata
src/*.egg-info/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# VS Code workspace settings (optional — see notes below)
.vscode/

# VS Code workspace file (machine-specific)
*.code-workspace
