# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/

# Type checker / analyzer
.pyre/
.pytype/

# Packaging and dependency managers
.python-version
.poetry/
poetry.lock
Pipfile.lock
pdm.lock

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

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Notebook
.ipynb_checkpoints/

# Logs and temp
*.log
tmp/
temp/
*.tmp

# Secrets
.env
.env.*
*.pem
*.key
*.p12
release.sh
CONSTRAINTS.md  
skills/*
docs/COMPETITIVE_ANALYSIS.md
requirements+scope.txt