# 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
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Jupyter Notebook
.ipynb_checkpoints

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log

# Environment variables
.env
.env.local

# PyPI credentials
.pypirc

# Claude Code specific
.claude/

# Session checkpoints (personal, not shared)
.aurora/session.md

# Friction analysis outputs (experimental, project-local)
.aurora/friction/

# Build artifacts
*.whl
*.tar.gz
.coverage
coverage.xml
htmlcov/
cli_full_test.txt
openspec-source/

# Temporary reports and profiling results
*_report.json
*_report.txt
profiling_results.json
bandit-report.json
coverage.json
baseline_failures.txt
misclassified-files.txt
saas_summary.json

# Test artifacts that should use tmp directories
MagicMock/
test_plans/
fixtures/
/.aurora/
