Files
ekzamen-samokorrektiruyusch…/.gitignore
T

30 lines
318 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
# Virtual environment
.venv/
env/
ENV/
venv/
ENV/
# Temporary files
*.tmp
*.log
*.swp
# IDE files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# Test artifacts
tests/__pycache__/