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

# Python environments
.venv/
venv/
env/
ENV/

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

# Pytest
.pytest_cache/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Ruff
.ruff_cache/

# Pyright
.pyright/

# IDEs
.vscode/
.idea/

# macOS
.DS_Store

# Environment files
.env
.env.*
!.env.example

# Logs
logs/

# Local tooling / temporary files
*.tmp
*.temp