# Ignore compiled Python files
*.pyc
__pycache__/

# Ignore virtual environment folder
venv/