# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
*.whl
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Logs
*.log

# IDE and editor settings
.vscode/
.idea/

# OS-generated files
.DS_Store
Thumbs.db

# Project-specific local folders
.codex/
.v17/
.vs/
