compub/.gitignore

11 lines
148 B
Plaintext
Raw Permalink Normal View History

2022-06-27 09:08:10 +02:00
# Python virtual environment:
/.venv/
# IDE settings:
/.idea/
/.vscode/
# Distribution / packaging:
*.egg-info/
/dist/
# Python cache:
__pycache__/