# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.tox/

# Build
.build/
site/

# Distribution
dist/

# Poetry
poetry.lock

# PDM
.pdm.toml
__pypackages__/

# Ruff
.ruff_cache/

# macOS
.DS_Store

# Node (for future JavaScript implementation)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Project specific
.envguard_cache/
plan-tracking.md