Files
pokemon-battle-engine/.gitignore
2025-08-20 08:30:07 +09:00

122 lines
1.1 KiB
Plaintext

# Build directories
build/
cmake-build-*/
out/
# Compiled Object files
*.o
*.obj
*.lo
*.slo
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.a
*.la
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Testing/
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
# Coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Documentation builds
docs/_build/
docs/api/
site/
# Profiling data
*.prof
*.pstats
# Benchmark results
benchmarks/results/*.json
benchmarks/results/*.csv
# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db
# Package files
*.deb
*.rpm
*.msi
*.dmg
# Logs
*.log
.specstory/