# Ignore environment files .env *.env # Ignore Python virtual environment directory venv/ myenv/ # Ignore Python compiled files __pycache__/ *.pyc *.pyo # ignore directory gradio-project-env01/