# Ignore test files *_test.py # Ignore development files dev_*.py # Ignore temporary files *.tmp *.temp # Ignore version control .git/ .gitignore # Ignore Python cache files __pycache__/ *.py[cod] *$py.class