# Ignore Python cache files and directories
__pycache__/
*.py[cod]

# Ignore virtual environment directories
venv/
.env/
.envrc/
.envrc

# Other project-specific ignores
.DS_Store
.envrc
