Files
VerpotJeLot/.gitignore

23 lines
243 B
Plaintext

# Python virtual environment
venv/
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Environment variables
.env
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db