76 lines
709 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
.dist-info/
*.egg
# Logs
*.log
# Unit test / coverage reports
.coverage
*.cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# Existing entries
2024-12-08 16:18:40 +01:00
*.db*
2025-03-17 04:58:10 +01:00
*.png
.*
2024-12-15 16:05:21 +01:00
.venv
2025-03-17 04:58:10 +01:00
contrib
logs_*
*.txt
2024-12-08 16:08:39 +01:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app