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

# Virtual environment
.venv/
venv/
env/

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

# Environment variables
.env

# Testing and coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/
.pyre/
.pytype/

# OS files
.DS_Store
