Files
factorio-docker/.gitignore
Florian Kinder 9a401315f5 chore: Add Python cache to .gitignore and remove from repo
- Add __pycache__/ and Python compiled files to .gitignore
- Remove accidentally committed __pycache__ directory
- Prevent future Python cache files from being tracked

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 13:17:22 +09:00

8 lines
56 B
Plaintext

# IDE
.idea
# Python
__pycache__/
*.py[cod]
*$py.class