# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Shadow Engineer data (don't commit knowledge graph data)
.shadow-engine/

# Test artifacts
.coverage
coverage.xml
.pytest_cache/
htmlcov/
*.prof

# Jupyter
.ipynb_checkpoints/

# Environment
.env
.env.local
.env.*.local

# Node (if any)
node_modules/