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

# Virtual Environments
venv/
ENV/
env/
.venv/

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.tox/
.nox/
pytest-report.html
test-results/

# Playwright
playwright-report/
test-results/
screenshots/
videos/

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
*.swp
.cache/
tmp/
temp/

# Package files
*.tar.gz
*.zip

# OS
Thumbs.db
.DS_Store

# Version file (generated by setuptools_scm)
prism/_version.py

# Project specific
node_modules/
package-lock.json

# Internal planning/proprietary docs (NOT for public repo)
.reports/
temp_install/

# Mypy/ruff caches
.mypy_cache/
.ruff_cache/

# Documentation builds
docs/_build/
site/

# Secrets
.env
.env.local
secrets/
*.pem
*.key
