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

# PyInstaller
*.spec

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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Project specific
*.log
*.tmp

# Keep skills folder but ignore contents for git
# skills/*
# !skills/.gitkeep

# Test artifacts
.coverage
htmlcov/

# IDE
.vscode/

# Node / frontend
node_modules/
frontend/node_modules/
frontend/coverage/
frontend/dist/
npm-debug.log*
