# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so

# Virtual environments
.venv/
venv/
env/

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

# Env files (never commit real values)
.env
.env.*
!.env.example

# Testing & linting
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Node / npm wrapper
node_modules/
npm/node_modules/
npm-debug.log*
