# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Generic virtualenv name patterns (anywhere in repo)
.venv*/
venv*/
*-venv/
*_venv/
# Common virtualenv marker/file (ignore even if a custom name is used)
**/pyvenv.cfg

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
nul

# Project specific
storage/
resources/
test-pip-env/
test-pip-env-tp/
pypi-env/
*-env/
*_env/
RELEASE_GUIDE_KO.md

# Replit environment files
.replit
replit.md
uv.lock

# Local test artifacts
_home_test_*/
pip/

# Pasted clipboard files
Pasted-*
attached_assets/Pasted-*

# Analysis and optimization documents
OPTIMIZATION_ANALYSIS.md
FINAL_VERSION_NOTES.md

# Test files
test_*.py
test_input.txt
*.test.py
*_test.py

# Documentation (except README, RELEASE_GUIDE_EN, CHANGELOG, ARCHITECTURE.md)
HANDOFF_REPORT_*.md
CONTEXT-ENGINE.md
*.bak.md
docs/*.md
CLAUDE.md
ARCHITECTURE_KO.md
example_custom_flag.yaml
!README.md
!RELEASE_GUIDE_EN.md
!CHANGELOG.md
!ARCHITECTURE.md
