# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.tox/
.nox/
.venv/
venv/
env/
ENV/

# PULSE — API keys and run artifacts
# CRITICAL: .pulse/ contains your API keys. NEVER commit this directory.
.pulse/

# Tests
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Distribution
*.tar.gz
*.whl
MANIFEST

# Typing
.mypy_cache/
.pytype/
.pyre/

# Docs
docs/_build/
site/

# Misc
*.log
*.tmp
*.bak
