# Virtual environments
.venv/
venv/
env/

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

# Bytecode & caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets & local config (never commit)
.pypirc
.env
.env.*

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
