# Python bytecode
__pycache__/
*.pyc

# Other common Python ignores (optional, but good practice)
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.egg
venv/
env/