# Ignore Python bytecode files __pycache__/ *.pyc # Ignore virtual environment directories env/ venv/ # Ignore .env file to protect API keys and other sensitive data .env # Ignore Django migrations *.log *.sqlite3