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

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
*.vsix

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

# Testing & Coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Scratch & Temporary outputs
stress_test_temp.txt
fresh_demo_output.txt
vex_demo_output.txt

*.exe
*.obj
*.o
*.pdb

# Editor & OS artifacts
.DS_Store
Thumbs.db
*.swp
*.swo
