# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing, coverage, and linters
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.log

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*~
.project
.pydevproject
.settings/

# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Secrets, Credentials, and Environment Configurations
.env
.env.*
!.env.example
*.pem
*.key
*.pfx
*.p12
*.crt
*.cert

# Terminal Agent Session & Checkpoint Storage
.terminal_agent/

# Internal Development Scratch & Notes
project.md
terminal_agent_project.md
scratch/
benchmarks/results/
