mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-18 14:56:01 +02:00
- 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>
8 lines
56 B
Plaintext
8 lines
56 B
Plaintext
# IDE
|
|
.idea
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|