# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Packaging
build/
dist/
*.egg-info/

# Virtual environment
.venv/
.env/

# PyCharm
.idea/

# Test & coverage
.pytest_cache/
.coverage
htmlcov/
