# Rapid Env Git Ignore Template

# Node artifact files
node_modules/
dist/

# Compiled Java class files
*.class

# Package files
*.jar

# Maven
target/
dist/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Libraries
*.lib
*.dll
*.so

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# version control diff tools
*.orig

# JetBrains IDE
.idea/

# venv
venv
env

# Visual Studio Code
*.code-workspace
.vscode
.devcontainer

# Visual Studio
Release/
Debug/
obj/
.vs/
*.dir
*.user
*.vcxproj.filters
*.pdb
*.ilk
*.exp
packages/
Testing/

# unix binaries folder
bin/

# conan
conaninfo.txt
conanbuildinfo.txt
conanbuildinfo.cmake
conan.lock
graph_info.json

# Python
__pycache__
*.py[cod]
*.egg-info

# Pyinstaller
*.spec

# pytest
.pytest_cache

# pybind11
pybind11

# distribution
dist/
build/

# tmp
tmp/

# logs
*.log

# local files
**.local.*
*.local/
**_local.*
*_local/

