# Test .gitignore file for testing gitignore functionality

# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
venv/
.venv/

# Custom test ignores
ignored_test_file.txt
