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

# Virtual environments
.venv/
venv/
env/

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

# Type checker caches
.mypy_cache/
.pyright/

# Build artifacts
build/
dist/
*.egg-info/

# IDE/editor files
.vscode/
.idea/

# Environment variables
.env

# OS files
.DS_Store
