# Ignore Python cache files in all directories
__pycache__/
*/__pycache__/
*.pyc
*.pyo
# Ignore environment files
.env